ICorDebug::GetProcess 方法
获取指向指定进程的 "ICorDebugProcess" 实例的指针。
语法
HRESULT GetProcess (
[in] DWORD dwProcessId,
[out] ICorDebugProcess **ppProcess
);
参数
dwProcessId
[in] 进程的 ID。
ppProcess
[out] 指向指定进程的 ICorDebugProcess
实例地址的指针。
要求
平台:请参阅系统要求。
标头:CorDebug.idl、CorDebug.h
库:CorGuids.lib
.NET Framework 版本:自 1.0 起可用