forked from dotnet/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDebuggerService.xml
301 lines (301 loc) · 17.8 KB
/
DebuggerService.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<Type Name="DebuggerService" FullName="System.Activities.Presentation.Debug.DebuggerService">
<TypeSignature Language="C#" Value="public class DebuggerService : System.Activities.Presentation.Debug.IDesignerDebugView" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit DebuggerService extends System.Object implements class System.Activities.Presentation.Debug.IDesignerDebugView" />
<TypeSignature Language="DocId" Value="T:System.Activities.Presentation.Debug.DebuggerService" />
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Object</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.Activities.Presentation.Debug.IDesignerDebugView</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>Manages the placement of breakpoints for a debugging process.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public DebuggerService (System.Activities.Presentation.EditingContext context);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Activities.Presentation.EditingContext context) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Activities.Presentation.Debug.DebuggerService.#ctor(System.Activities.Presentation.EditingContext)" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="context" Type="System.Activities.Presentation.EditingContext" />
</Parameters>
<Docs>
<param name="context">The activity designer contextual state.</param>
<summary>Creates a new instance of the <see cref="T:System.Activities.Presentation.Debug.DebuggerService" /> class with the specified editing context.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CurrentContext">
<MemberSignature Language="C#" Value="public System.Activities.Debugger.SourceLocation CurrentContext { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Activities.Debugger.SourceLocation CurrentContext" />
<MemberSignature Language="DocId" Value="P:System.Activities.Presentation.Debug.DebuggerService.CurrentContext" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Activities.Debugger.SourceLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the current scope of execution in the source file.</summary>
<value>A position in the source file that marks the start of execution.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CurrentLocation">
<MemberSignature Language="C#" Value="public System.Activities.Debugger.SourceLocation CurrentLocation { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Activities.Debugger.SourceLocation CurrentLocation" />
<MemberSignature Language="DocId" Value="P:System.Activities.Presentation.Debug.DebuggerService.CurrentLocation" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Activities.Debugger.SourceLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the current location of execution.</summary>
<value>A location in the source file.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="DeleteBreakpoint">
<MemberSignature Language="C#" Value="public void DeleteBreakpoint (System.Activities.Debugger.SourceLocation sourceLocation);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void DeleteBreakpoint(class System.Activities.Debugger.SourceLocation sourceLocation) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Activities.Presentation.Debug.DebuggerService.DeleteBreakpoint(System.Activities.Debugger.SourceLocation)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="sourceLocation" Type="System.Activities.Debugger.SourceLocation" />
</Parameters>
<Docs>
<param name="sourceLocation">A location in the source file.</param>
<summary>Deletes a breakpoint from its location in the source file.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="EnsureVisible">
<MemberSignature Language="C#" Value="public void EnsureVisible (System.Activities.Debugger.SourceLocation sourceLocation);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void EnsureVisible(class System.Activities.Debugger.SourceLocation sourceLocation) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Activities.Presentation.Debug.DebuggerService.EnsureVisible(System.Activities.Debugger.SourceLocation)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="sourceLocation" Type="System.Activities.Debugger.SourceLocation" />
</Parameters>
<Docs>
<param name="sourceLocation">A location in the source file.</param>
<summary>Ensures that the debugger service is visible.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetBreakpointLocations">
<MemberSignature Language="C#" Value="public System.Collections.Generic.IDictionary<System.Activities.Debugger.SourceLocation,System.Activities.Presentation.Debug.BreakpointTypes> GetBreakpointLocations ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Collections.Generic.IDictionary`2<class System.Activities.Debugger.SourceLocation, valuetype System.Activities.Presentation.Debug.BreakpointTypes> GetBreakpointLocations() cil managed" />
<MemberSignature Language="DocId" Value="M:System.Activities.Presentation.Debug.DebuggerService.GetBreakpointLocations" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Collections.Generic.IDictionary<System.Activities.Debugger.SourceLocation,System.Activities.Presentation.Debug.BreakpointTypes></ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Returns a list of the latest breakpoint locations.</summary>
<returns>A list of breakpoints of type <see cref="P:System.Activities.Presentation.Debug.BreakpointInfo.SourceLocation" /> culled from the source file.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetExactLocation">
<MemberSignature Language="C#" Value="public System.Activities.Debugger.SourceLocation GetExactLocation (System.Activities.Debugger.SourceLocation approximateLocation);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance class System.Activities.Debugger.SourceLocation GetExactLocation(class System.Activities.Debugger.SourceLocation approximateLocation) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Activities.Presentation.Debug.DebuggerService.GetExactLocation(System.Activities.Debugger.SourceLocation)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Activities.Debugger.SourceLocation</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="approximateLocation" Type="System.Activities.Debugger.SourceLocation" />
</Parameters>
<Docs>
<param name="approximateLocation">A source file location known to be inexact.</param>
<summary>Returns an exact source file location based on the start and end line numbers of the activity in its serialized XAML form.</summary>
<returns>An exact location in the source file.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="HideSourceFileName">
<MemberSignature Language="C#" Value="public bool HideSourceFileName { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool HideSourceFileName" />
<MemberSignature Language="DocId" Value="P:System.Activities.Presentation.Debug.DebuggerService.HideSourceFileName" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets a value that indicates whether the source file name in the viewer is hidden.</summary>
<value>
<see langword="true" /> if the source file name is hidden; otherwise, <see langword="false" />.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="InsertBreakpoint">
<MemberSignature Language="C#" Value="public void InsertBreakpoint (System.Activities.Debugger.SourceLocation sourceLocation, System.Activities.Presentation.Debug.BreakpointTypes breakpointType);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void InsertBreakpoint(class System.Activities.Debugger.SourceLocation sourceLocation, valuetype System.Activities.Presentation.Debug.BreakpointTypes breakpointType) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Activities.Presentation.Debug.DebuggerService.InsertBreakpoint(System.Activities.Debugger.SourceLocation,System.Activities.Presentation.Debug.BreakpointTypes)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="sourceLocation" Type="System.Activities.Debugger.SourceLocation" />
<Parameter Name="breakpointType" Type="System.Activities.Presentation.Debug.BreakpointTypes" />
</Parameters>
<Docs>
<param name="sourceLocation">The location in the source file that receives the new breakpoint.</param>
<param name="breakpointType">The type of the breakpoint; for example, None, Enabled, Bounded, or Conditional.</param>
<summary>Inserts a new breakpoint of the specified type at the specified location.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="IsDebugging">
<MemberSignature Language="C#" Value="public bool IsDebugging { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance bool IsDebugging" />
<MemberSignature Language="DocId" Value="P:System.Activities.Presentation.Debug.DebuggerService.IsDebugging" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets a value that indicates whether debugging is the current state.</summary>
<value>
<see langword="true" /> if debugging is the current state; otherwise, <see langword="false" />.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="ResetBreakpoints">
<MemberSignature Language="C#" Value="public void ResetBreakpoints ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void ResetBreakpoints() cil managed" />
<MemberSignature Language="DocId" Value="M:System.Activities.Presentation.Debug.DebuggerService.ResetBreakpoints" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>Resets breakpoints and prepares for breakpoint refresh.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SelectedLocation">
<MemberSignature Language="C#" Value="public System.Activities.Debugger.SourceLocation SelectedLocation { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.Activities.Debugger.SourceLocation SelectedLocation" />
<MemberSignature Language="DocId" Value="P:System.Activities.Presentation.Debug.DebuggerService.SelectedLocation" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Activities.Debugger.SourceLocation</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets the currently selected location from the designer.</summary>
<value>The position in the source file that is currently selected.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpdateBreakpoint">
<MemberSignature Language="C#" Value="public void UpdateBreakpoint (System.Activities.Debugger.SourceLocation sourceLocation, System.Activities.Presentation.Debug.BreakpointTypes newBreakpointType);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig newslot virtual instance void UpdateBreakpoint(class System.Activities.Debugger.SourceLocation sourceLocation, valuetype System.Activities.Presentation.Debug.BreakpointTypes newBreakpointType) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Activities.Presentation.Debug.DebuggerService.UpdateBreakpoint(System.Activities.Debugger.SourceLocation,System.Activities.Presentation.Debug.BreakpointTypes)" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="sourceLocation" Type="System.Activities.Debugger.SourceLocation" />
<Parameter Name="newBreakpointType" Type="System.Activities.Presentation.Debug.BreakpointTypes" />
</Parameters>
<Docs>
<param name="sourceLocation">The location of the breakpoint to update.</param>
<param name="newBreakpointType">A new breakpoint type from the <see cref="T:System.Activities.Presentation.Debug.BreakpointTypes" /> enumeration.</param>
<summary>Updates the appearance of a specified breakpoint to show the specified type.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="UpdateSourceLocations">
<MemberSignature Language="C#" Value="public void UpdateSourceLocations (System.Collections.Generic.Dictionary<object,System.Activities.Debugger.SourceLocation> newSourceLocationMapping);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance void UpdateSourceLocations(class System.Collections.Generic.Dictionary`2<object, class System.Activities.Debugger.SourceLocation> newSourceLocationMapping) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Activities.Presentation.Debug.DebuggerService.UpdateSourceLocations(System.Collections.Generic.Dictionary{System.Object,System.Activities.Debugger.SourceLocation})" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>System.Activities.Presentation</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="newSourceLocationMapping" Type="System.Collections.Generic.Dictionary<System.Object,System.Activities.Debugger.SourceLocation>" />
</Parameters>
<Docs>
<param name="newSourceLocationMapping">A list of model item and breakpoint pairs.</param>
<summary>Collects the new mapping of model item and breakpoints from SourceLocationMapping.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>