DkmInstructionAddress.GetSymbol Method

Definition

Convert a DkmInstructionAddress into a DkmInstructionSymbol. If the DkmInstructionAddress is not in a DkmModule then GetSymbol will return null (S_FALSE in native code).

public:
 Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ GetSymbol();
public:
 Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ GetSymbol();
Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol GetSymbol();
public Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol GetSymbol ();
member this.GetSymbol : unit -> Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol
Public Function GetSymbol () As DkmInstructionSymbol

Returns

[Out,Optional] DkmInstructionSymbol represents a method in the target process.

Applies to