ICorDebugManagedCallback::UnloadModule 方法

通知调试器公共语言运行时模块(DLL)已卸载。

Syntax

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

参数

pAppDomain [in]指向 ICorDebugAppDomain 对象的指针,该对象表示包含模块的应用程序域。

pModule [in]指向表示模块的 ICorDebugModule 对象的指针。

注解

此调用后不应使用该模块。

要求

平台: 请参阅 .NET 支持的作系统

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起可用

另请参阅