共用方式為


ICorProfilerCallback::AppDomainShutdownFinished 方法

通知分析工具,應用程式定義域已從流程中卸載。

語法

HRESULT AppDomainShutdownFinished(  
    [in] AppDomainID appDomainId,  
    [in] HRESULT     hrStatus);  

參數

appDomainId
[in] 識別應用程式組件儲存所在的網域。

hrStatus
[in] HRESULT,指出是否已成功卸載應用程式定義域。

備註

ICorProfilerCallback::AppDomainShutdownStarted 方法傳回之後,資訊要求的 appDomainId 值無效。

卸載應用程式定義域的某些部分可能會在 AppDomainCreationFinished 回撥之後繼續。 hrStatus 中的失敗 HRESULT 表示失敗。 不過,hrStatus 中的成功 HRESULT 只表示卸載應用程式定義域的第一個部分已成功。

規格需求

平台:請參閱系統需求

標頭: CorProf.idl、CorProf.h

程式庫:CorGuids.lib

.NET Framework版本:自 2.0 起可用

另請參閱