IDebugProcess2.GetInfo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Fields
- enum_PROCESS_INFO_FIELDS
- 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[]