DkmBreakpointCondition Class
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.
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
Compilation |
Flags which effect how the condition text should be compiled by the expression evaluator. |
Compiler |
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. |
Create(Dkm |
Create a new DkmBreakpointCondition object instance. |
Produit | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |