UnloadDllFromAgent Method

Class

DllCall.

Action

Unloads the specified DLL from the Agent.

Syntax

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.

Notes

You can use UnloadDllFromAgent only to unload normal DLLs, not mixed assemblies. To unload mixed assemblies, use UnloadAllDllsFromAgent.