共用方式為


ICorDebugManagedCallback::CreateProcess 方法

第一次附加或啟動進程時,通知調試程式。

語法

HRESULT CreateProcess (
    [in] ICorDebugProcess *pProcess
);

參數

pProcess [in]ICorDebugProcess 物件的指標,代表已附加或啟動的進程。

備註

在初始化 Common Language Runtime 之前,不會呼叫這個方法。 大部分的 ICorDebug 方法會在回呼之前 CreateProcess 傳回CORDBG_E_NOTREADY。

需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework 版本: 自 1.0 起提供

另請參閱