IDkmRuntimeManagedHardwareDataBreakpointInfoProvider Interface

Definition

Provides CLR values for managed hardware data bps.

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, SourceId.

This API was introduced in Visual Studio 16 RTM (DkmApiVersion.VS16RTM).

public interface class IDkmRuntimeManagedHardwareDataBreakpointInfoProvider
public interface IDkmRuntimeManagedHardwareDataBreakpointInfoProvider
type IDkmRuntimeManagedHardwareDataBreakpointInfoProvider = interface
Public Interface IDkmRuntimeManagedHardwareDataBreakpointInfoProvider

Methods

GetClrDataBreakpointAddressAndSize(DkmRuntimeClrDataBreakpoint, UInt64, Int32)

This method retrieves the address and size of field the DkmRuntimeClrDataBreakpoint is following.

Applies to