IDebugStackFrame2.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_FRAMEINFO_FLAGS, UInt32, FRAMEINFO[]) | |
GetInfo(UInt32, UInt32, FRAMEINFO[]) |
GetInfo(enum_FRAMEINFO_FLAGS, UInt32, FRAMEINFO[])
public:
int GetInfo(Microsoft::VisualStudio::Debugger::Interop::enum_FRAMEINFO_FLAGS dwFieldSpec, System::UInt32 nRadix, cli::array <Microsoft::VisualStudio::Debugger::Interop::FRAMEINFO> ^ pFrameInfo);
public int GetInfo (Microsoft.VisualStudio.Debugger.Interop.enum_FRAMEINFO_FLAGS dwFieldSpec, uint nRadix, Microsoft.VisualStudio.Debugger.Interop.FRAMEINFO[] pFrameInfo);
abstract member GetInfo : Microsoft.VisualStudio.Debugger.Interop.enum_FRAMEINFO_FLAGS * uint32 * Microsoft.VisualStudio.Debugger.Interop.FRAMEINFO[] -> int
Public Function GetInfo (dwFieldSpec As enum_FRAMEINFO_FLAGS, nRadix As UInteger, pFrameInfo As FRAMEINFO()) As Integer
Parameters
- dwFieldSpec
- enum_FRAMEINFO_FLAGS
- nRadix
- UInt32
- pFrameInfo
- FRAMEINFO[]
Returns
Applies to
GetInfo(UInt32, UInt32, FRAMEINFO[])
public:
int GetInfo(System::UInt32 dwFieldSpec, System::UInt32 nRadix, cli::array <Microsoft::VisualStudio::Debugger::Interop::FRAMEINFO> ^ pFrameInfo);
public int GetInfo (uint dwFieldSpec, uint nRadix, Microsoft.VisualStudio.Debugger.Interop.FRAMEINFO[] pFrameInfo);
abstract member GetInfo : uint32 * uint32 * Microsoft.VisualStudio.Debugger.Interop.FRAMEINFO[] -> int
Public Function GetInfo (dwFieldSpec As UInteger, nRadix As UInteger, pFrameInfo As FRAMEINFO()) As Integer
Parameters
- dwFieldSpec
- UInt32
- nRadix
- UInt32
- pFrameInfo
- FRAMEINFO[]