IDkmSymbolProviderCallback.GetCurrentStatementRange 方法

定义

此方法返回包含指令地址中指定的当前 IL 偏移量的 IL 偏移量范围。

public:
 Microsoft::VisualStudio::Debugger::Symbols::DkmSteppingRange GetCurrentStatementRange(Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ instruction);
public:
 Microsoft::VisualStudio::Debugger::Symbols::DkmSteppingRange GetCurrentStatementRange(Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol ^ instruction);
Microsoft::VisualStudio::Debugger::Symbols::DkmSteppingRange GetCurrentStatementRange(Microsoft::VisualStudio::Debugger::Symbols::DkmInstructionSymbol const & instruction);
public Microsoft.VisualStudio.Debugger.Symbols.DkmSteppingRange GetCurrentStatementRange (Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol instruction);
abstract member GetCurrentStatementRange : Microsoft.VisualStudio.Debugger.Symbols.DkmInstructionSymbol -> Microsoft.VisualStudio.Debugger.Symbols.DkmSteppingRange
Public Function GetCurrentStatementRange (instruction As DkmInstructionSymbol) As DkmSteppingRange

参数

instruction
DkmInstructionSymbol

中DkmInstructionSymbol 表示目标进程中的方法。

返回

DkmSteppingRange

弄从符号提供程序返回到调试监视器的偏移/大小对,用于指示调试器不应在其处停止的指令范围。

适用于