共用方式為


ICorDebugManagedCallback::CreateAppDomain 方法

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

語法

HRESULT CreateAppDomain (  
    [in] ICorDebugProcess   *pProcess,  
    [in] ICorDebugAppDomain *pAppDomain  
);  

參數

pProcess
[in] "ICorDebugProcess" 物件的指標,代表已建立應用程式定義域的處理序。

pAppDomain
[in] ICorDebugAppDomain 物件的指標,代表已建立的應用程式定義域。

規格需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework版本:自 1.0 起可用

另請參閱