DkmInstructionSymbol.GetCurrentStatementRange Method

Definition

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.

Applies to