ICorDebugManagedCallback::UnloadModule 方法

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

语法

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

参数

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

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

注解

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

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 1.0 起可用

请参阅