DkmStackWalkFrame.BasicSymbolInfo Property
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.
[Optional] Contains basic info about the DkmInstructionSymbol corresponding to the frame's InstructionAddress. For native frames, this will be computed by the StackProvider before the frame is passed to a stack filter.
This will always be null for a DkmStackFrame.
This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTMPreview).
public:
property Microsoft::VisualStudio::Debugger::Symbols::DkmBasicInstructionSymbolInfo ^ BasicSymbolInfo { Microsoft::VisualStudio::Debugger::Symbols::DkmBasicInstructionSymbolInfo ^ get(); };
public Microsoft.VisualStudio.Debugger.Symbols.DkmBasicInstructionSymbolInfo BasicSymbolInfo { get; }
public Microsoft.VisualStudio.Debugger.Symbols.DkmBasicInstructionSymbolInfo? BasicSymbolInfo { get; }
member this.BasicSymbolInfo : Microsoft.VisualStudio.Debugger.Symbols.DkmBasicInstructionSymbolInfo
Public ReadOnly Property BasicSymbolInfo As DkmBasicInstructionSymbolInfo