Readonly
handleThe current handle of the module. Warning: will be truncated to Float64
Calls a function.
This method is restricted to prevent cheating.
Every argument is passed as a little-endian integer. There may be precision loss when passing in numbers larger than Number.MAX_SAFE_INTEGER
.
Strings passed in will be treated as wstrings (wide strings)
The procedure name.
The return type that is expected.
Rest
...args: any[]Arguments to pass to the function. The maximum arguments is 15.
Static
getGets a module that's currently loaded.
The plugin needs the permission Permission.SystemAccess
to use this.
This method is restricted to prevent cheating.
The module name, e.g. "User32.dll"
Generated using TypeDoc
A class representing a native DLL.