Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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 .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0