IDkmInstructionAddressOperator Interface

Definition

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.

Applies to