ICorDebugManagedCallback::UnloadAssembly 方法
通知調試程式已卸除 Common Language Runtime 元件。
語法
HRESULT UnloadAssembly (
[in] IcorDebugAppDomain *pAppDomain,
[in] ICorDebugAssembly *pAssembly
);
參數
pAppDomain
[in]ICorDebugAppDomain 物件的指標,代表包含元件的應用程式域。
pAssembly
[in]代表元件的 ICorDebugAssembly 物件的指標。
備註
這個回呼之後不應該使用元件。
需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework 版本: 自 1.0 起提供