IDkmDataBreakpointInfoProvider Interface

Definition

Interface responsible for providing information relevant for a data breakpoint.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: CompilerVendorId, EngineId, LanguageId, RuntimeId, SymbolProviderId.

This API was introduced in Visual Studio 15 Update 8 (DkmApiVersion.VS15Update8).

public interface class IDkmDataBreakpointInfoProvider
public interface IDkmDataBreakpointInfoProvider
type IDkmDataBreakpointInfoProvider = interface
Public Interface IDkmDataBreakpointInfoProvider

Methods

GetDataBreakpointInfo(DkmSuccessEvaluationResult, String)

Returns the data breakpoint information related to the evaluation result, if valid.

Applies to