DkmStackWalkFrame.GetInstructionSymbol 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.
Return a DkmInstructionSymbol for a stack frame. If the stack frame has no instruction address (annotated frame) or the instruction address has no associated DkmModule, then GetInstructionSymbol will return null (S_FALSE in native code).
public:
Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ GetInstructionSymbol();
public:
Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ GetInstructionSymbol();
Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol GetInstructionSymbol();
public Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol GetInstructionSymbol ();
public Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol? GetInstructionSymbol ();
member this.GetInstructionSymbol : unit -> Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol
Public Function GetInstructionSymbol () As DkmInstructionSymbol
Returns
[Out,Optional] DkmInstructionSymbol represents a method in the target process.