DkmInstructionAddress.GetSymbol 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.
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 ();
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.