次の方法で共有


DkmDataBreakpointInfo(String, UInt32) Constructor

Definition

Initialize a new DkmDataBreakpointInfo value.

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

public:
 DkmDataBreakpointInfo(System::String ^ Identifier, System::UInt32 Size);
public DkmDataBreakpointInfo (string Identifier, uint Size);
public DkmDataBreakpointInfo (string? Identifier, uint Size);
new Microsoft.VisualStudio.Debugger.Evaluation.DkmDataBreakpointInfo : string * uint32 -> Microsoft.VisualStudio.Debugger.Evaluation.DkmDataBreakpointInfo
Public Sub New (Identifier As String, Size As UInteger)

Parameters

Identifier
String

[In,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
UInt32

[In] Size of the data.

Applies to