IDkmSymbolProviderCallback.HasLineInfo(DkmInstructionSymbol) 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.
Queries the symbol provider to determine if we have line info. Used by debug monitor to decide if location can be considered user code.
public:
bool HasLineInfo(Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ instruction);
public:
bool HasLineInfo(Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ instruction);
bool HasLineInfo(Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol const & instruction);
public bool HasLineInfo (Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol instruction);
abstract member HasLineInfo : Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol -> bool
Public Function HasLineInfo (instruction As DkmInstructionSymbol) As Boolean
Parameters
- instruction
- DkmInstructionSymbol
[In] DkmInstructionSymbol represents a method in the target process.
Returns
[Out] True if there is line info for this location.