forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBreakpointTypes.xml
94 lines (92 loc) · 4.29 KB
/
BreakpointTypes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<Type Name="BreakpointTypes" FullName="System.Activities.Presentation.Debug.BreakpointTypes">
<TypeSignature Language="C#" Value="public enum BreakpointTypes" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed BreakpointTypes extends System.Enum" />
<TypeSignature Language="DocId" Value="T:System.Activities.Presentation.Debug.BreakpointTypes" />
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName>System.Flags</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Represents an enumeration that provides settings for breakpoints.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This enumeration is used by the <xref:System.Activities.Presentation.Debug.DebuggerService>.
]]></format>
</remarks>
</Docs>
<Members>
<Member MemberName="Bounded">
<MemberSignature Language="C#" Value="Bounded" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Activities.Presentation.Debug.BreakpointTypes Bounded = int32(2)" />
<MemberSignature Language="DocId" Value="F:System.Activities.Presentation.Debug.BreakpointTypes.Bounded" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Activities.Presentation.Debug.BreakpointTypes</ReturnType>
</ReturnValue>
<Docs>
<summary>Represents a bounded breakpoint, which implements the where and when of breaking at a desired point in a program.</summary>
</Docs>
</Member>
<Member MemberName="Conditional">
<MemberSignature Language="C#" Value="Conditional" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Activities.Presentation.Debug.BreakpointTypes Conditional = int32(4)" />
<MemberSignature Language="DocId" Value="F:System.Activities.Presentation.Debug.BreakpointTypes.Conditional" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Activities.Presentation.Debug.BreakpointTypes</ReturnType>
</ReturnValue>
<Docs>
<summary>Represents a conditional breakpoint, which is an expression that is evaluated to determine whether the breakpoint will occur.</summary>
</Docs>
</Member>
<Member MemberName="Enabled">
<MemberSignature Language="C#" Value="Enabled" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Activities.Presentation.Debug.BreakpointTypes Enabled = int32(1)" />
<MemberSignature Language="DocId" Value="F:System.Activities.Presentation.Debug.BreakpointTypes.Enabled" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Activities.Presentation.Debug.BreakpointTypes</ReturnType>
</ReturnValue>
<Docs>
<summary>Represents that the breakpoint is enabled.</summary>
</Docs>
</Member>
<Member MemberName="None">
<MemberSignature Language="C#" Value="None" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype System.Activities.Presentation.Debug.BreakpointTypes None = int32(0)" />
<MemberSignature Language="DocId" Value="F:System.Activities.Presentation.Debug.BreakpointTypes.None" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Activities.Presentation.Debug.BreakpointTypes</ReturnType>
</ReturnValue>
<Docs>
<summary>No breakpoint is set.</summary>
</Docs>
</Member>
</Members>
</Type>