ICorDebugManagedCallback::CreateProcess 方法
更新:2007 年 11 月
當處理序初次附加或啟動時,便會告知偵錯工具。
HRESULT CreateProcess (
[in] ICorDebugProcess *pProcess
);
參數
- pProcess
[in] ICorDebugProcess 物件的指標,表示已附加或啟動的處理序。
備註
要等到初始化 Common Language Runtime 之後,才會呼叫這個方法。大部分的 ICorDebug 方法都會在 CreateProcess 回呼之前傳回 CORDBG_E_NOTREADY。
需求
**平台:**請參閱 .NET Framework 系統需求。
**標頭:**CorDebug.idl
**程式庫:**CorGuids.lib
**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0