DkmDataBreakpointInfo(String, UInt32) Constructor
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.
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.