The Interop object allows developers to interact with outside libraries.
| Name | Description |
|---|---|
| Call | Call functions located in external libraries. |
| Call2 | Call functions located in custom made external libraries and return a string. |
| FreeDll | Unloads a DLL previously loaded by Call. |
| Allocate | Allocates a memory block for low level operations. |
| GetLastError | Returns the result of the GetLastError Windows API function. |
| GetCallbackPtr | Returns a pointer to a native function for callback use. |