|
|
RegisterDll(filename As string)
RegisterDll(string filename);
| name | type | description | ||
| filename | string |
Registers a COM DLL by loading the DLL into memory and calling the DllRegisterServer method.
This is the same as the command:
Not all COM DLLs are able to be registered in this way. DLLs that can be registered usually have the OLESelfRegister property in the file version table.
We always want to hear your feedback. Send to feedback@toolsack.com.
© 2000-2001 Toolsack Software Ltd.