DkmRuntimeClrDataBreakpoint.GetClrDataBreakpointAddressAndSize Method

Definition

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

Location constraint: API must be called from a Monitor component (component level < 100,000).

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

public:
 void GetClrDataBreakpointAddressAndSize([Runtime::InteropServices::Out] System::UInt64 % Address, [Runtime::InteropServices::Out] int % Size);
public void GetClrDataBreakpointAddressAndSize (out ulong Address, out int Size);
member this.GetClrDataBreakpointAddressAndSize : uint64 * int -> unit
Public Sub GetClrDataBreakpointAddressAndSize (ByRef Address As ULong, ByRef Size As Integer)

Parameters

Address
UInt64

[Out] The address of the data breakpoint. If not found, this will be set to 0.

Size
Int32

[Out] The size of the data breakpoint.

Applies to