Unloads the specified DLL from the Agent.
bSuccessful = Agent.UnloadDll (sDllName)
bSuccessful = Agent.UnloadDll (sDllName)
| Variable | Description |
|---|---|
| bSuccessful | True if the DLL was successfully unloaded, false if not. BOOLEAN. |
| sDllName | The name of the DLL file. STRING. |
You can use UnloadDllFromAgent only to unload normal DLLs, not mixed assemblies. To unload mixed assemblies, use UnloadAllDllsFromAgent.