Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 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 .NET Framework System Requirements.
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0