ICorProfilerCallback::AppDomainShutdownStarted 方法
通知分析工具,正從處理序卸載應用程式定義域。
語法
HRESULT AppDomainShutdownStarted(
[in] AppDomainID appDomainId);
參數
appDomainId
[in] 識別應用程式的組件儲存所在的網域。
備註
在 AppDomainShutdownStarted
方法傳回之後,appDomainId
的值對資訊要求無效,這是分析工具最後一次取得此應用程式定義域相關資訊的機會。
規格需求
平台:請參閱系統需求。
標頭: CorProf.idl、CorProf.h
程式庫:CorGuids.lib
.NET Framework版本:自 2.0 起可用