DkmBreakpointHitCountCondition Class
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.
Values of the breakpoints hit count which should cause the breakpoint to fire.
public ref class DkmBreakpointHitCountCondition
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmBreakpointHitCountCondition
[Windows::Foundation::Metadata::WebHostHidden]
class DkmBreakpointHitCountCondition
[System.Runtime.InteropServices.Guid("2a0d19d5-b8ad-6fbe-5dec-a918f083ca4b")]
public class DkmBreakpointHitCountCondition
[<System.Runtime.InteropServices.Guid("2a0d19d5-b8ad-6fbe-5dec-a918f083ca4b")>]
type DkmBreakpointHitCountCondition = class
Public Class DkmBreakpointHitCountCondition
- Inheritance
-
DkmBreakpointHitCountCondition
- Attributes
Properties
Operand |
Value to apply against the current hit when evaluating this condition. |
Operator |
Operator to use between the current hit count and the condition operand to decide if the hit count condition has been satisfied. |
Methods
Create(DkmBreakpointHitCountConditionOperator, Int32) |
Create a new DkmBreakpointHitCountCondition object instance. |