DkmPendingDataBreakpoint.Size Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.