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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.