共用方式為


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 起提供

另請參閱