Jump to content

AutoIt with C# - COM version or DLL interface. What to choose?


Recommended Posts

Hi.

I have found and read the two topics below regarding calling AutoIt from C#:

and

From what I understand there is a 'COM version' of doing it, and then a DLL Interface with DLL import.

The first use the COM version.

The second use DLL Import.

As I see in the COM version an instance is made with; new AutoItX3Lib.AutoItX3Class(); and then the methods could be called through the returned object.

This seems pretty cool.

In the second approach with DLL Import. It is static methods, so I don't need to create an instance, but instead, it is needed to declare all the methods I would ever need to use.

Is there any other things that I should be aware of regarding the difference between the above to methods?

Thanks alot for your time and everything :)

Regards Kaj.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...