Loads and registers an API add-in for .NET Framework based code.
| Parameter | Description |
|---|---|
register |
File name of the add-in DLL to be registered. If an absolute filename is not specified, the file name is preceded by the system's current directory. |
registerModule |
Registers an API module. The settings must be available, then the services are created. |
unregister |
Assembly file title of the add-in to be unregistered. The file title is the one displayed in the API module dialog. (This is the name of the assembly without path and without the ending ".dll") |
unregisterInternal |
Assembly file title of the add-in to be unregistered. If an error makes the unload impossible, the module is only unregistered. |
For .NET Core based add-ins, please use the EplApiModuleActionNet.