DkmBreakpointCondition Class

Definition

Conditions under which a breakpoint should fire.

public ref class DkmBreakpointCondition
[Windows::Foundation::Metadata::WebHostHidden]
public ref class DkmBreakpointCondition
[Windows::Foundation::Metadata::WebHostHidden]
class DkmBreakpointCondition
[System.Runtime.InteropServices.Guid("6f47e50b-85ef-ba6d-e36a-8121fa195bb2")]
public class DkmBreakpointCondition
[<System.Runtime.InteropServices.Guid("6f47e50b-85ef-ba6d-e36a-8121fa195bb2")>]
type DkmBreakpointCondition = class
Public Class DkmBreakpointCondition
Inheritance
DkmBreakpointCondition
Attributes

Properties

CompilationFlags

Flags which effect how the condition text should be compiled by the expression evaluator.

CompilerId

Language of the breakpoint condition. May be Guid.Empty/Guid.Empty to indicate that the language of the stack frame should be used. If present, the vendor id must be defined.

Operator

Indicates how the breakpoint text should be used ('BreakWhenTrue' or 'BreakWhenChanged').

Text

Source text of the parsed expression.

Timeout

This is the timeout to be used for potentially slow operations such as a function evaluation. This value is in milliseconds.

Methods

Create(DkmBreakpointConditionOperator, DkmCompilerId, DkmEvaluationFlags, String, UInt32)

Create a new DkmBreakpointCondition object instance.

Applies to