The DllCall class allows NTF users to call exposed DLL functions of any DLL either on the Agent or in the AUT.
DllCall does not derive from any class, and no classes derive from it.
public class DllCall
'Declaration Public Class Agent
Name | Description |
---|---|
UnloadAllDllsFromAgent | Unloads all DLLs from the agent. |
UnloadDllFromAgent | Unloads the specified DLL from the agent. |