Udostępnij za pośrednictwem


DkmGetBoundBreakpointHitCountValueAsyncResult(Int32) Constructor

Definition

Creates a new result structure to hold the output from a successful call to DkmBoundBreakpoint.GetHitCountValue.

public:
 DkmGetBoundBreakpointHitCountValueAsyncResult(int CurrentHitCount);
public:
 DkmGetBoundBreakpointHitCountValueAsyncResult(int CurrentHitCount);
 DkmGetBoundBreakpointHitCountValueAsyncResult(int CurrentHitCount);
public DkmGetBoundBreakpointHitCountValueAsyncResult (int CurrentHitCount);
new Microsoft.VisualStudio.Debugger.Breakpoints.DkmGetBoundBreakpointHitCountValueAsyncResult : int -> Microsoft.VisualStudio.Debugger.Breakpoints.DkmGetBoundBreakpointHitCountValueAsyncResult
Public Sub New (CurrentHitCount As Integer)

Parameters

CurrentHitCount
Int32

[In] Number of times that the breakpoint has been hit.

Applies to