[Tizen] Add BuildTools 2.1.0-rc1-02804-05
[platform/upstream/coreclr.git] / Tools / dotnetcli / sdk / NuGetFallbackFolder / system.diagnostics.debug / 4.0.11 / ref / netstandard1.3 / System.Diagnostics.Debug.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <doc>
3   <assembly>
4     <name>System.Diagnostics.Debug</name>
5   </assembly>
6   <members>
7     <member name="T:System.Diagnostics.Debug">
8       <summary>Provides a set of methods and properties that help debug your code. This class cannot be inherited.</summary>
9       <filterpriority>1</filterpriority>
10     </member>
11     <member name="M:System.Diagnostics.Debug.Assert(System.Boolean)">
12       <summary>Checks for a condition; if the condition is false, displays a message box that shows the call stack.</summary>
13       <param name="condition">The conditional expression to evaluate. If the condition is true, a failure message is not sent and the message box is not displayed.</param>
14       <filterpriority>1</filterpriority>
15       <PermissionSet>
16         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
17         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
18       </PermissionSet>
19     </member>
20     <member name="M:System.Diagnostics.Debug.Assert(System.Boolean,System.String)">
21       <summary>Checks for a condition; if the condition is false, outputs a specified message and displays a message box that shows the call stack.</summary>
22       <param name="condition">The conditional expression to evaluate. If the condition is true, the specified message is not sent and the message box is not displayed.  </param>
23       <param name="message">The message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection. </param>
24       <filterpriority>1</filterpriority>
25       <PermissionSet>
26         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
27         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
28       </PermissionSet>
29     </member>
30     <member name="M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String)">
31       <summary>Checks for a condition; if the condition is false, outputs two specified messages and displays a message box that shows the call stack.</summary>
32       <param name="condition">The conditional expression to evaluate. If the condition is true, the specified messages are not sent and the message box is not displayed.  </param>
33       <param name="message">The message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection. </param>
34       <param name="detailMessage">The detailed message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection. </param>
35       <filterpriority>1</filterpriority>
36       <PermissionSet>
37         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
38         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
39       </PermissionSet>
40     </member>
41     <member name="M:System.Diagnostics.Debug.Assert(System.Boolean,System.String,System.String,System.Object[])">
42       <summary>Checks for a condition; if the condition is false, outputs two messages (simple and formatted) and displays a message box that shows the call stack.</summary>
43       <param name="condition">The conditional expression to evaluate. If the condition is true, the specified messages are not sent and the message box is not displayed.  </param>
44       <param name="message">The message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection. </param>
45       <param name="detailMessageFormat">The composite format string (see Remarks) to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection. This message contains text intermixed with zero or more format items, which correspond to objects in the <paramref name="args" /> array.</param>
46       <param name="args">An object array that contains zero or more objects to format.</param>
47     </member>
48     <member name="M:System.Diagnostics.Debug.Fail(System.String)">
49       <summary>Emits the specified error message.</summary>
50       <param name="message">A message to emit. </param>
51       <filterpriority>2</filterpriority>
52       <PermissionSet>
53         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
54         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
55       </PermissionSet>
56     </member>
57     <member name="M:System.Diagnostics.Debug.Fail(System.String,System.String)">
58       <summary>Emits an error message and a detailed error message.</summary>
59       <param name="message">A message to emit. </param>
60       <param name="detailMessage">A detailed message to emit. </param>
61       <filterpriority>2</filterpriority>
62       <PermissionSet>
63         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
64         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
65       </PermissionSet>
66     </member>
67     <member name="M:System.Diagnostics.Debug.Write(System.Object)">
68       <summary>Writes the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
69       <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />. </param>
70       <filterpriority>2</filterpriority>
71       <PermissionSet>
72         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
73         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
74       </PermissionSet>
75     </member>
76     <member name="M:System.Diagnostics.Debug.Write(System.Object,System.String)">
77       <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
78       <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />. </param>
79       <param name="category">A category name used to organize the output. </param>
80       <filterpriority>2</filterpriority>
81       <PermissionSet>
82         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
83         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
84       </PermissionSet>
85     </member>
86     <member name="M:System.Diagnostics.Debug.Write(System.String)">
87       <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
88       <param name="message">A message to write. </param>
89       <filterpriority>2</filterpriority>
90       <PermissionSet>
91         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
92         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
93       </PermissionSet>
94     </member>
95     <member name="M:System.Diagnostics.Debug.Write(System.String,System.String)">
96       <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
97       <param name="message">A message to write. </param>
98       <param name="category">A category name used to organize the output. </param>
99       <filterpriority>2</filterpriority>
100       <PermissionSet>
101         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
102         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
103       </PermissionSet>
104     </member>
105     <member name="M:System.Diagnostics.Debug.WriteIf(System.Boolean,System.Object)">
106       <summary>Writes the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is true.</summary>
107       <param name="condition">The conditional expression to evaluate. If the condition is true, the value is written to the trace listeners in the collection.</param>
108       <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />. </param>
109       <filterpriority>2</filterpriority>
110       <PermissionSet>
111         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
112         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
113       </PermissionSet>
114     </member>
115     <member name="M:System.Diagnostics.Debug.WriteIf(System.Boolean,System.Object,System.String)">
116       <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is true.</summary>
117       <param name="condition">The conditional expression to evaluate. If the condition is true, the category name and value are written to the trace listeners in the collection.</param>
118       <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />. </param>
119       <param name="category">A category name used to organize the output. </param>
120       <filterpriority>2</filterpriority>
121       <PermissionSet>
122         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
123         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
124       </PermissionSet>
125     </member>
126     <member name="M:System.Diagnostics.Debug.WriteIf(System.Boolean,System.String)">
127       <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is true.</summary>
128       <param name="condition">The conditional expression to evaluate. If the condition is true, the message is written to the trace listeners in the collection.</param>
129       <param name="message">A message to write. </param>
130       <filterpriority>2</filterpriority>
131       <PermissionSet>
132         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
133         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
134       </PermissionSet>
135     </member>
136     <member name="M:System.Diagnostics.Debug.WriteIf(System.Boolean,System.String,System.String)">
137       <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is true.</summary>
138       <param name="condition">The conditional expression to evaluate. If the condition is true, the category name and message are written to the trace listeners in the collection.</param>
139       <param name="message">A message to write. </param>
140       <param name="category">A category name used to organize the output. </param>
141       <filterpriority>2</filterpriority>
142       <PermissionSet>
143         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
144         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
145       </PermissionSet>
146     </member>
147     <member name="M:System.Diagnostics.Debug.WriteLine(System.Object)">
148       <summary>Writes the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
149       <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />. </param>
150       <filterpriority>2</filterpriority>
151       <PermissionSet>
152         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
153         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
154       </PermissionSet>
155     </member>
156     <member name="M:System.Diagnostics.Debug.WriteLine(System.Object,System.String)">
157       <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
158       <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />. </param>
159       <param name="category">A category name used to organize the output. </param>
160       <filterpriority>2</filterpriority>
161       <PermissionSet>
162         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
163         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
164       </PermissionSet>
165     </member>
166     <member name="M:System.Diagnostics.Debug.WriteLine(System.String)">
167       <summary>Writes a message followed by a line terminator to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
168       <param name="message">A message to write. </param>
169       <filterpriority>2</filterpriority>
170       <PermissionSet>
171         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
172         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
173       </PermissionSet>
174     </member>
175     <member name="M:System.Diagnostics.Debug.WriteLine(System.String,System.Object[])">
176       <summary>Writes a formatted message followed by a line terminator to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
177       <param name="format">A composite format string (see Remarks) that contains text intermixed with zero or more format items, which correspond to objects in the <paramref name="args" /> array.</param>
178       <param name="args">An object array that contains zero or more objects to format. </param>
179     </member>
180     <member name="M:System.Diagnostics.Debug.WriteLine(System.String,System.String)">
181       <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection.</summary>
182       <param name="message">A message to write. </param>
183       <param name="category">A category name used to organize the output. </param>
184       <filterpriority>2</filterpriority>
185       <PermissionSet>
186         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
187         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
188       </PermissionSet>
189     </member>
190     <member name="M:System.Diagnostics.Debug.WriteLineIf(System.Boolean,System.Object)">
191       <summary>Writes the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is true.</summary>
192       <param name="condition">The conditional expression to evaluate. If the condition is true, the value is written to the trace listeners in the collection.</param>
193       <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />. </param>
194       <filterpriority>2</filterpriority>
195       <PermissionSet>
196         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
197         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
198       </PermissionSet>
199     </member>
200     <member name="M:System.Diagnostics.Debug.WriteLineIf(System.Boolean,System.Object,System.String)">
201       <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString" /> method to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is true.</summary>
202       <param name="condition">The conditional expression to evaluate. If the condition is true, the category name and value are written to the trace listeners in the collection.</param>
203       <param name="value">An object whose name is sent to the <see cref="P:System.Diagnostics.Debug.Listeners" />. </param>
204       <param name="category">A category name used to organize the output. </param>
205       <filterpriority>2</filterpriority>
206       <PermissionSet>
207         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
208         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
209       </PermissionSet>
210     </member>
211     <member name="M:System.Diagnostics.Debug.WriteLineIf(System.Boolean,System.String)">
212       <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is true.</summary>
213       <param name="condition">The conditional expression to evaluate. If the condition is true, the message is written to the trace listeners in the collection.</param>
214       <param name="message">A message to write. </param>
215       <filterpriority>2</filterpriority>
216       <PermissionSet>
217         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
218         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
219       </PermissionSet>
220     </member>
221     <member name="M:System.Diagnostics.Debug.WriteLineIf(System.Boolean,System.String,System.String)">
222       <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Debug.Listeners" /> collection if a condition is true.</summary>
223       <param name="condition">true to cause a message to be written; otherwise, false. </param>
224       <param name="message">A message to write. </param>
225       <param name="category">A category name used to organize the output. </param>
226       <filterpriority>2</filterpriority>
227       <PermissionSet>
228         <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
229         <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
230       </PermissionSet>
231     </member>
232     <member name="T:System.Diagnostics.Debugger">
233       <summary>Enables communication with a debugger. This class cannot be inherited.</summary>
234       <filterpriority>1</filterpriority>
235     </member>
236     <member name="M:System.Diagnostics.Debugger.Break">
237       <summary>Signals a breakpoint to an attached debugger.</summary>
238       <exception cref="T:System.Security.SecurityException">The <see cref="T:System.Security.Permissions.UIPermission" /> is not set to break into the debugger. </exception>
239       <filterpriority>1</filterpriority>
240       <PermissionSet>
241         <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
242       </PermissionSet>
243     </member>
244     <member name="P:System.Diagnostics.Debugger.IsAttached">
245       <summary>Gets a value that indicates whether a debugger is attached to the process.</summary>
246       <returns>true if a debugger is attached; otherwise, false.</returns>
247       <filterpriority>1</filterpriority>
248     </member>
249     <member name="M:System.Diagnostics.Debugger.Launch">
250       <summary>Launches and attaches a debugger to the process.</summary>
251       <returns>true if the startup is successful or if the debugger is already attached; otherwise, false.</returns>
252       <exception cref="T:System.Security.SecurityException">The <see cref="T:System.Security.Permissions.UIPermission" /> is not set to start the debugger. </exception>
253       <filterpriority>1</filterpriority>
254       <PermissionSet>
255         <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
256       </PermissionSet>
257     </member>
258     <member name="T:System.Diagnostics.DebuggerBrowsableAttribute">
259       <summary>Determines if and how a member is displayed in the debugger variable windows. This class cannot be inherited.</summary>
260       <filterpriority>1</filterpriority>
261     </member>
262     <member name="M:System.Diagnostics.DebuggerBrowsableAttribute.#ctor(System.Diagnostics.DebuggerBrowsableState)">
263       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerBrowsableAttribute" /> class. </summary>
264       <param name="state">One of the <see cref="T:System.Diagnostics.DebuggerBrowsableState" /> values that specifies how to display the member.</param>
265       <exception cref="T:System.ArgumentOutOfRangeException">
266         <paramref name="state" /> is not one of the <see cref="T:System.Diagnostics.DebuggerBrowsableState" /> values.</exception>
267     </member>
268     <member name="P:System.Diagnostics.DebuggerBrowsableAttribute.State">
269       <summary>Gets the display state for the attribute.</summary>
270       <returns>One of the <see cref="T:System.Diagnostics.DebuggerBrowsableState" /> values.</returns>
271       <filterpriority>2</filterpriority>
272     </member>
273     <member name="T:System.Diagnostics.DebuggerBrowsableState">
274       <summary>Provides display instructions for the debugger.</summary>
275       <filterpriority>2</filterpriority>
276     </member>
277     <member name="F:System.Diagnostics.DebuggerBrowsableState.Collapsed">
278       <summary>Show the element as collapsed.</summary>
279     </member>
280     <member name="F:System.Diagnostics.DebuggerBrowsableState.Never">
281       <summary>Never show the element.</summary>
282     </member>
283     <member name="F:System.Diagnostics.DebuggerBrowsableState.RootHidden">
284       <summary>Do not display the root element; display the child elements if the element is a collection or array of items.</summary>
285     </member>
286     <member name="T:System.Diagnostics.DebuggerDisplayAttribute">
287       <summary>Determines how a class or field is displayed in the debugger variable windows.</summary>
288       <filterpriority>1</filterpriority>
289     </member>
290     <member name="M:System.Diagnostics.DebuggerDisplayAttribute.#ctor(System.String)">
291       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerDisplayAttribute" /> class. </summary>
292       <param name="value">The string to be displayed in the value column for instances of the type; an empty string ("") causes the value column to be hidden.</param>
293     </member>
294     <member name="P:System.Diagnostics.DebuggerDisplayAttribute.Name">
295       <summary>Gets or sets the name to display in the debugger variable windows.</summary>
296       <returns>The name to display in the debugger variable windows.</returns>
297       <filterpriority>2</filterpriority>
298     </member>
299     <member name="P:System.Diagnostics.DebuggerDisplayAttribute.Target">
300       <summary>Gets or sets the type of the attribute's target.</summary>
301       <returns>The attribute's target type.</returns>
302       <exception cref="T:System.ArgumentNullException">
303         <see cref="P:System.Diagnostics.DebuggerDisplayAttribute.Target" /> is set to null.</exception>
304       <filterpriority>2</filterpriority>
305     </member>
306     <member name="P:System.Diagnostics.DebuggerDisplayAttribute.TargetTypeName">
307       <summary>Gets or sets the type name of the attribute's target.</summary>
308       <returns>The name of the attribute's target type.</returns>
309       <filterpriority>2</filterpriority>
310     </member>
311     <member name="P:System.Diagnostics.DebuggerDisplayAttribute.Type">
312       <summary>Gets or sets the string to display in the type column of the debugger variable windows.</summary>
313       <returns>The string to display in the type column of the debugger variable windows.</returns>
314       <filterpriority>2</filterpriority>
315     </member>
316     <member name="P:System.Diagnostics.DebuggerDisplayAttribute.Value">
317       <summary>Gets the string to display in the value column of the debugger variable windows.</summary>
318       <returns>The string to display in the value column of the debugger variable.</returns>
319       <filterpriority>2</filterpriority>
320     </member>
321     <member name="T:System.Diagnostics.DebuggerHiddenAttribute">
322       <summary>Specifies the <see cref="T:System.Diagnostics.DebuggerHiddenAttribute" />. This class cannot be inherited.</summary>
323       <filterpriority>1</filterpriority>
324     </member>
325     <member name="M:System.Diagnostics.DebuggerHiddenAttribute.#ctor">
326       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerHiddenAttribute" /> class. </summary>
327     </member>
328     <member name="T:System.Diagnostics.DebuggerNonUserCodeAttribute">
329       <summary>Identifies a type or member that is not part of the user code for an application.</summary>
330       <filterpriority>1</filterpriority>
331     </member>
332     <member name="M:System.Diagnostics.DebuggerNonUserCodeAttribute.#ctor">
333       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerNonUserCodeAttribute" /> class. </summary>
334     </member>
335     <member name="T:System.Diagnostics.DebuggerStepThroughAttribute">
336       <summary>Instructs the debugger to step through the code instead of stepping into the code. This class cannot be inherited.</summary>
337       <filterpriority>1</filterpriority>
338     </member>
339     <member name="M:System.Diagnostics.DebuggerStepThroughAttribute.#ctor">
340       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerStepThroughAttribute" /> class. </summary>
341     </member>
342     <member name="T:System.Diagnostics.DebuggerTypeProxyAttribute">
343       <summary>Specifies the display proxy for a type.</summary>
344       <filterpriority>1</filterpriority>
345     </member>
346     <member name="M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.String)">
347       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerTypeProxyAttribute" /> class using the type name of the proxy. </summary>
348       <param name="typeName">The type name of the proxy type.</param>
349     </member>
350     <member name="M:System.Diagnostics.DebuggerTypeProxyAttribute.#ctor(System.Type)">
351       <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DebuggerTypeProxyAttribute" /> class using the type of the proxy. </summary>
352       <param name="type">The proxy type.</param>
353       <exception cref="T:System.ArgumentNullException">
354         <paramref name="type" /> is null.</exception>
355     </member>
356     <member name="P:System.Diagnostics.DebuggerTypeProxyAttribute.ProxyTypeName">
357       <summary>Gets the type name of the proxy type. </summary>
358       <returns>The type name of the proxy type.</returns>
359       <filterpriority>2</filterpriority>
360     </member>
361     <member name="P:System.Diagnostics.DebuggerTypeProxyAttribute.Target">
362       <summary>Gets or sets the target type for the attribute.</summary>
363       <returns>The target type for the attribute.</returns>
364       <exception cref="T:System.ArgumentNullException">
365         <see cref="P:System.Diagnostics.DebuggerTypeProxyAttribute.Target" /> is set to null.</exception>
366       <filterpriority>2</filterpriority>
367     </member>
368     <member name="P:System.Diagnostics.DebuggerTypeProxyAttribute.TargetTypeName">
369       <summary>Gets or sets the name of the target type.</summary>
370       <returns>The name of the target type.</returns>
371       <filterpriority>2</filterpriority>
372     </member>
373   </members>
374 </doc>