Share via


DkmDataBreakpointInfo Struct

Definition

DkmDataBreakpointInfo has the necessary data for creating a data breakpoint for a property.

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

public value class DkmDataBreakpointInfo
[System.Runtime.InteropServices.Guid("dec7cb1c-2127-2e98-b867-30cbcbb4e61e")]
public struct DkmDataBreakpointInfo
[<System.Runtime.InteropServices.Guid("dec7cb1c-2127-2e98-b867-30cbcbb4e61e")>]
type DkmDataBreakpointInfo = struct
Public Structure DkmDataBreakpointInfo
Inheritance
DkmDataBreakpointInfo
Attributes

Constructors

DkmDataBreakpointInfo(String, UInt32)

Initialize a new DkmDataBreakpointInfo value.

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

Fields

Identifier

[Optional] Identifier of an expression, which is the address or an reference for that property. This identifier will be used when creating a new data breakpoint.

Size

Size of the data.

Applies to