共用方式為


ICorDebugManagedCallback::CreateAppDomain 方法

通知偵錯工具已建立應用程式網域。

語法

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

參數

pProcess [在]ICorDebugProcess 物件的指標,代表在其中建立應用程式網域的進程。

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

需求

平台: 請參閱 .NET 支援的作業系統

標題: CorDebug.idl、CorDebug.h

圖書館: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起提供

另請參閱