ICorDebugManagedCallback::UnloadAssembly 方法

通知调试程序已卸载了公共语言运行时程序集。

语法

HRESULT UnloadAssembly (  
    [in] IcorDebugAppDomain  *pAppDomain,  
    [in] ICorDebugAssembly   *pAssembly  
);  

参数

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

pAssembly
[in] 指向表示程序集的 ICorDebugAssembly 对象的指针。

备注

不应在此回叫后使用该程序集。

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 1.0 起可用

请参阅