ICorDebugManagedCallback::UnloadModule Method

Notifies the debugger that a common language runtime module (DLL) has been unloaded.

Syntax

HRESULT UnloadModule (  
    [in] ICorDebugAppDomain  *pAppDomain,  
    [in] ICorDebugModule     *pModule  
);  

Parameters

pAppDomain
[in] A pointer to an ICorDebugAppDomain object that represents the application domain that contained the module.

pModule
[in] A pointer to an ICorDebugModule object that represents the module.

Remarks

The module should not be used after this call.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 1.0

See also