mdm.DLL |
Constructor |
The following table lists the constructors for the DLL class |
Constructor | Description | Availability |
---|---|---|
mdm.DLL() | Creates a new DLL instance and loads the specified DLL ... | ![]() |
Methods |
The following table lists the methods for the DLL class |
Method | Description | Availability |
---|---|---|
DLL.addParameter() | Adds a parameter to the parameter list for the specific DLL. The parameters should be entered i... | ![]() |
DLL.call() | Executes the specified function in the loaded DLL. If the 'returnType' is other than "none" the... | ![]() |
DLL.clear() | Clears the parameter list for the specified instance. | ![]() |
DLL.close() | Unloads the DLL from the DLL instance. | ![]() |