DkmPendingDataBreakpoint.Size Property

Definition

Specifies the size of the location, in bytes, to monitor for access. Valid sizes may depend on the target processor (x86, x64, etc) and type of code being debugging. For example, native code utilizes the CPU's breakpoint registers, and x86-based processor supports sizes of 1, 2, and 4.

public:
 property int Size { int get(); };
public:
 property int Size { int get(); };
public int Size { get; }
member this.Size : int
Public ReadOnly Property Size As Integer

Property Value

Returns Int32.

Applies to