IDkmInstructionAddressOperator Interface
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.
Interface to provide runtime-specific operations for instruction addresses. For native and managed instructions, this service is provided by the symbol provider.
Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, RuntimeId, SymbolProviderId.
public interface class IDkmInstructionAddressOperator
public interface class IDkmInstructionAddressOperator
__interface IDkmInstructionAddressOperator
public interface IDkmInstructionAddressOperator
type IDkmInstructionAddressOperator = interface
Public Interface IDkmInstructionAddressOperator
Methods
IsInSameFunction(DkmInstructionAddress, DkmInstructionAddress) |
Compares two instruction addresses and determines if they are within the same function. |