共用方式為


ICorDebug::DebugActiveProcess 方法

將偵錯工具附加至現有的處理序。

HRESULT DebugActiveProcess (
    [in]  DWORD               id,
    [in]  BOOL                win32Attach,
    [out] ICorDebugProcess    **ppProcess
);

參數

  • id
    [in] 將附加此偵錯工具的處理序 ID。

  • win32Attach
    [in] 布林值,如果對於處理序偵錯工具應該像 Win32 偵錯工具一樣並分派 Unmanaged 回呼,則為 true,否則為 false。

  • ppProcess
    [out] ICorDebugProcess 物件的位址指標,表示已附加偵錯工具的處理序。

備註

Win9x 和非 x86 平台 (例如 IA-64 和 AMD-64 平台) 不支援 Interop 偵錯。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorDebug.idl、CorDebug.h

**程式庫:**CorGuids.lib

**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0

請參閱

參考

ICorDebug 介面