UnloadDll Method (AgentClass)

Class

AgentClass.

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 UnloadDll only to unload normal DLLs, not mixed assemblies. To unload mixed assemblies, use UnloadAllDlls.