ICorDebugManagedCallback::UnloadModule Method
.NET Framework 2.0
Notifies the debugger that a common language runtime module (DLL) has been unloaded.
HRESULT UnloadModule (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugModule *pModule
);
Parameters
- pAppDomain
-
[in] A pointer to an ICorDebugAppDomain Interface object that represents the application domain that contained the module.
- pModule
-
[in] A pointer to an ICorDebugModule Interface object that represents the module.