ICorDebugManagedCallback::CreateProcess 方法

首次附加或启动进程时通知调试器。

Syntax

HRESULT CreateProcess (
    [in] ICorDebugProcess *pProcess
);

参数

pProcess [in]指向 ICorDebugProcess 对象的指针,该对象表示已附加或启动的进程。

注解

在初始化公共语言运行时之前,不会调用此方法。 大多数 ICorDebug 方法将在回调之前 CreateProcess 返回CORDBG_E_NOTREADY。

要求

平台: 请参阅 .NET 支持的作系统

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起可用

另请参阅