Share via


DkmStackWalkFrame.GetInstructionSymbol Method

Definition

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.

Applies to