DkmInstructionSymbol.GetCurrentStatementRange 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.
This method returns the IL offset range that contains the current IL offset as specified in the instruction address.
Location constraint: API must be called from a Monitor component (component level < 100,000).
public:
Microsoft::VisualStudio::Debugger::Symbols::DkmSteppingRange GetCurrentStatementRange();
public:
Microsoft::VisualStudio::Debugger::Symbols::DkmSteppingRange GetCurrentStatementRange();
Microsoft::VisualStudio::Debugger::Symbols::DkmSteppingRange GetCurrentStatementRange();
public Microsoft.VisualStudio.Debugger.Symbols.DkmSteppingRange GetCurrentStatementRange ();
member this.GetCurrentStatementRange : unit -> Microsoft.VisualStudio.Debugger.Symbols.DkmSteppingRange
Public Function GetCurrentStatementRange () As DkmSteppingRange
Returns
[Out] A offset/size pair which is returned from the symbol provider to a debug monitor to indicate a range of instructions which the debugger should not stop at.