DkmInstructionSymbol.GetNoSourceRanges 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 the ranges of instructions which do not correspond to any user source statements and are used by the base debug monitor to always step through during stepping.
public:
cli::array <Microsoft::VisualStudio::Debugger::Symbols::DkmSteppingRange> ^ GetNoSourceRanges();
public:
Platform::Array <Microsoft::VisualStudio::Debugger::Symbols::DkmSteppingRange> ^ GetNoSourceRanges();
std::Array <Microsoft::VisualStudio::Debugger::Symbols::DkmSteppingRange> GetNoSourceRanges();
public Microsoft.VisualStudio.Debugger.Symbols.DkmSteppingRange[] GetNoSourceRanges ();
member this.GetNoSourceRanges : unit -> Microsoft.VisualStudio.Debugger.Symbols.DkmSteppingRange[]
Public Function GetNoSourceRanges () As DkmSteppingRange()
Returns
[Out] Array of no source ranges to always step through. This array will be empty if there are no no-source ranges for the given instruction.