IDebugModule2.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_MODULE_INFO_FIELDS, MODULE_INFO[])
public:
int GetInfo(Microsoft::VisualStudio::Debugger::Interop::enum_MODULE_INFO_FIELDS dwFields, cli::array <Microsoft::VisualStudio::Debugger::Interop::MODULE_INFO> ^ pinfo);
public int GetInfo(Microsoft.VisualStudio.Debugger.Interop.enum_MODULE_INFO_FIELDS dwFields, Microsoft.VisualStudio.Debugger.Interop.MODULE_INFO[] pinfo);
abstract member GetInfo : Microsoft.VisualStudio.Debugger.Interop.enum_MODULE_INFO_FIELDS * Microsoft.VisualStudio.Debugger.Interop.MODULE_INFO[] -> int
Public Function GetInfo (dwFields As enum_MODULE_INFO_FIELDS, pinfo As MODULE_INFO()) As Integer
Parameters
- dwFields
- enum_MODULE_INFO_FIELDS
- pinfo
- MODULE_INFO[]
Returns
Applies to
GetInfo(UInt32, MODULE_INFO[])
public:
int GetInfo(System::UInt32 dwFields, cli::array <Microsoft::VisualStudio::Debugger::Interop::MODULE_INFO> ^ pinfo);
public int GetInfo(uint dwFields, Microsoft.VisualStudio.Debugger.Interop.MODULE_INFO[] pinfo);
abstract member GetInfo : uint32 * Microsoft.VisualStudio.Debugger.Interop.MODULE_INFO[] -> int
Public Function GetInfo (dwFields As UInteger, pinfo As MODULE_INFO()) As Integer
Parameters
- dwFields
- UInt32
- pinfo
- MODULE_INFO[]