Loads the AutoItX3 DLL. This method must be called before invoking any AutoIt functions. This is done so that if you're working in a multi-threaded environment, each thread has its own instance of the AutoItX3 DLL open.
Unloads the AutoItX3 DLL.
Invokes a function from the AutoItX3 DLL.
The name of the function to invoke.
The return type of the function.
The argument types of the function.
The arguments to pass to the function.
The result of the function call.
The AutoIt class provides a wrapper around the AutoItX3 DLL, allowing you to call AutoIt functions from JavaScript.