Share via


IDebugProcess2.GetInfo Method

Definition

Overloads

GetInfo(enum_PROCESS_INFO_FIELDS, PROCESS_INFO[])

public:
 int GetInfo(Microsoft::VisualStudio::Debugger::Interop::enum_PROCESS_INFO_FIELDS Fields, cli::array <Microsoft::VisualStudio::Debugger::Interop::PROCESS_INFO> ^ pProcessInfo);
public int GetInfo(Microsoft.VisualStudio.Debugger.Interop.enum_PROCESS_INFO_FIELDS Fields, Microsoft.VisualStudio.Debugger.Interop.PROCESS_INFO[] pProcessInfo);
abstract member GetInfo : Microsoft.VisualStudio.Debugger.Interop.enum_PROCESS_INFO_FIELDS * Microsoft.VisualStudio.Debugger.Interop.PROCESS_INFO[] -> int
Public Function GetInfo (Fields As enum_PROCESS_INFO_FIELDS, pProcessInfo As PROCESS_INFO()) As Integer

Parameters

pProcessInfo
PROCESS_INFO[]

Returns

Applies to

GetInfo(UInt32, PROCESS_INFO[])

public:
 int GetInfo(System::UInt32 Fields, cli::array <Microsoft::VisualStudio::Debugger::Interop::PROCESS_INFO> ^ pProcessInfo);
public int GetInfo(uint Fields, Microsoft.VisualStudio.Debugger.Interop.PROCESS_INFO[] pProcessInfo);
abstract member GetInfo : uint32 * Microsoft.VisualStudio.Debugger.Interop.PROCESS_INFO[] -> int
Public Function GetInfo (Fields As UInteger, pProcessInfo As PROCESS_INFO()) As Integer

Parameters

Fields
UInt32
pProcessInfo
PROCESS_INFO[]

Returns

Applies to