共用方式為


ICorProfilerCallback::AppDomainCreationStarted 方法

通知偵錯工具,正在建立應用程式定義域。

語法

HRESULT AppDomainCreationStarted(  
    [in] AppDomainID appDomainId);  

參數

appDomainId
[in] 識別即將建立的網域。

備註

呼叫 ICorProfilerCallback::AppDomainCreationFinished 方法之前,任何資訊要求的識別碼都會無效。

規格需求

平台:請參閱系統需求

標頭: CorProf.idl、CorProf.h

程式庫:CorGuids.lib

.NET Framework版本:自 2.0 起提供

另請參閱