| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259 |
- <?xml version="1.0" encoding="utf-8"?>
- <doc>
- <assembly>
- <name>System.Diagnostics.TraceSource</name>
- </assembly>
- <members>
- <member name="T:System.Diagnostics.BooleanSwitch">
- <summary>Provides a simple on/off switch that controls debugging and tracing output.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.BooleanSwitch.#ctor(System.String,System.String)">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.BooleanSwitch" /> class with the specified display name and description.</summary>
- <param name="displayName">The name to display on a user interface. </param>
- <param name="description">The description of the switch. </param>
- </member>
- <member name="M:System.Diagnostics.BooleanSwitch.#ctor(System.String,System.String,System.String)">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.BooleanSwitch" /> class with the specified display name, description, and default switch value. </summary>
- <param name="displayName">The name to display on the user interface. </param>
- <param name="description">The description of the switch. </param>
- <param name="defaultSwitchValue">The default value of the switch.</param>
- </member>
- <member name="P:System.Diagnostics.BooleanSwitch.Enabled">
- <summary>Gets or sets a value indicating whether the switch is enabled or disabled.</summary>
- <returns>true if the switch is enabled; otherwise, false. The default is false.</returns>
- <exception cref="T:System.Security.SecurityException">The caller does not have the correct permission.</exception>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.BooleanSwitch.OnValueChanged">
- <summary>Determines whether the new value of the <see cref="P:System.Diagnostics.Switch.Value" /> property can be parsed as a Boolean value.</summary>
- </member>
- <member name="T:System.Diagnostics.DefaultTraceListener">
- <summary>Provides the default output methods and behavior for tracing.</summary>
- <filterpriority>1</filterpriority>
- </member>
- <member name="M:System.Diagnostics.DefaultTraceListener.#ctor">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.DefaultTraceListener" /> class with "Default" as its <see cref="P:System.Diagnostics.TraceListener.Name" /> property value.</summary>
- </member>
- <member name="M:System.Diagnostics.DefaultTraceListener.Fail(System.String)">
- <summary>Emits or displays a message and a stack trace for an assertion that always fails.</summary>
- <param name="message">The message to emit or display. </param>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.DefaultTraceListener.Fail(System.String,System.String)">
- <summary>Emits or displays detailed messages and a stack trace for an assertion that always fails.</summary>
- <param name="message">The message to emit or display. </param>
- <param name="detailMessage">The detailed message to emit or display. </param>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- <IPermission class="System.Security.Permissions.UIPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.DefaultTraceListener.Write(System.String)">
- <summary>Writes the output to the OutputDebugString function and to the <see cref="M:System.Diagnostics.Debugger.Log(System.Int32,System.String,System.String)" /> method.</summary>
- <param name="message">The message to write to OutputDebugString and <see cref="M:System.Diagnostics.Debugger.Log(System.Int32,System.String,System.String)" />. </param>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.DefaultTraceListener.WriteLine(System.String)">
- <summary>Writes the output to the OutputDebugString function and to the <see cref="M:System.Diagnostics.Debugger.Log(System.Int32,System.String,System.String)" /> method, followed by a carriage return and line feed (\r\n).</summary>
- <param name="message">The message to write to OutputDebugString and <see cref="M:System.Diagnostics.Debugger.Log(System.Int32,System.String,System.String)" />. </param>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="T:System.Diagnostics.EventTypeFilter">
- <summary>Indicates whether a listener should trace based on the event type.</summary>
- </member>
- <member name="M:System.Diagnostics.EventTypeFilter.#ctor(System.Diagnostics.SourceLevels)">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.EventTypeFilter" /> class. </summary>
- <param name="level">A bitwise combination of the <see cref="T:System.Diagnostics.SourceLevels" /> values that specifies the event type of the messages to trace. </param>
- </member>
- <member name="P:System.Diagnostics.EventTypeFilter.EventType">
- <summary>Gets or sets the event type of the messages to trace.</summary>
- <returns>A bitwise combination of the <see cref="T:System.Diagnostics.SourceLevels" /> values.</returns>
- </member>
- <member name="M:System.Diagnostics.EventTypeFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])">
- <summary>Determines whether the trace listener should trace the event. </summary>
- <returns>trueif the trace should be produced; otherwise, false.</returns>
- <param name="cache">A <see cref="T:System.Diagnostics.TraceEventCache" /> that represents the information cache for the trace event.</param>
- <param name="source">The name of the source.</param>
- <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values. </param>
- <param name="id">A trace identifier number.</param>
- <param name="formatOrMessage">The format to use for writing an array of arguments, or a message to write.</param>
- <param name="args">An array of argument objects.</param>
- <param name="data1">A trace data object.</param>
- <param name="data">An array of trace data objects.</param>
- </member>
- <member name="T:System.Diagnostics.SourceFilter">
- <summary>Indicates whether a listener should trace a message based on the source of a trace.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.SourceFilter.#ctor(System.String)">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.SourceFilter" /> class, specifying the name of the trace source. </summary>
- <param name="source">The name of the trace source.</param>
- </member>
- <member name="M:System.Diagnostics.SourceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])">
- <summary>Determines whether the trace listener should trace the event.</summary>
- <returns>true if the trace should be produced; otherwise, false. </returns>
- <param name="cache">An object that represents the information cache for the trace event.</param>
- <param name="source">The name of the source.</param>
- <param name="eventType">One of the enumeration values that identifies the event type. </param>
- <param name="id">A trace identifier number.</param>
- <param name="formatOrMessage">The format to use for writing an array of arguments or a message to write.</param>
- <param name="args">An array of argument objects.</param>
- <param name="data1">A trace data object.</param>
- <param name="data">An array of trace data objects.</param>
- <exception cref="T:System.ArgumentNullException">
- <paramref name="source" /> is null. </exception>
- <filterpriority>2</filterpriority>
- </member>
- <member name="P:System.Diagnostics.SourceFilter.Source">
- <summary>Gets or sets the name of the trace source.</summary>
- <returns>The name of the trace source.</returns>
- <exception cref="T:System.ArgumentNullException">The value is null. </exception>
- <filterpriority>2</filterpriority>
- </member>
- <member name="T:System.Diagnostics.SourceLevels">
- <summary>Specifies the levels of trace messages filtered by the source switch and event type filter.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="F:System.Diagnostics.SourceLevels.All">
- <summary>Allows all events through.</summary>
- </member>
- <member name="F:System.Diagnostics.SourceLevels.Critical">
- <summary>Allows only <see cref="F:System.Diagnostics.TraceEventType.Critical" /> events through.</summary>
- </member>
- <member name="F:System.Diagnostics.SourceLevels.Error">
- <summary>Allows <see cref="F:System.Diagnostics.TraceEventType.Critical" /> and <see cref="F:System.Diagnostics.TraceEventType.Error" /> events through.</summary>
- </member>
- <member name="F:System.Diagnostics.SourceLevels.Information">
- <summary>Allows <see cref="F:System.Diagnostics.TraceEventType.Critical" />, <see cref="F:System.Diagnostics.TraceEventType.Error" />, <see cref="F:System.Diagnostics.TraceEventType.Warning" />, and <see cref="F:System.Diagnostics.TraceEventType.Information" /> events through.</summary>
- </member>
- <member name="F:System.Diagnostics.SourceLevels.Off">
- <summary>Does not allow any events through.</summary>
- </member>
- <member name="F:System.Diagnostics.SourceLevels.Verbose">
- <summary>Allows <see cref="F:System.Diagnostics.TraceEventType.Critical" />, <see cref="F:System.Diagnostics.TraceEventType.Error" />, <see cref="F:System.Diagnostics.TraceEventType.Warning" />, <see cref="F:System.Diagnostics.TraceEventType.Information" />, and <see cref="F:System.Diagnostics.TraceEventType.Verbose" /> events through.</summary>
- </member>
- <member name="F:System.Diagnostics.SourceLevels.Warning">
- <summary>Allows <see cref="F:System.Diagnostics.TraceEventType.Critical" />, <see cref="F:System.Diagnostics.TraceEventType.Error" />, and <see cref="F:System.Diagnostics.TraceEventType.Warning" /> events through.</summary>
- </member>
- <member name="T:System.Diagnostics.SourceSwitch">
- <summary>Provides a multilevel switch to control tracing and debug output without recompiling your code.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.SourceSwitch.#ctor(System.String)">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.SourceSwitch" /> class, specifying the name of the source.</summary>
- <param name="name">The name of the source.</param>
- </member>
- <member name="M:System.Diagnostics.SourceSwitch.#ctor(System.String,System.String)">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.SourceSwitch" /> class, specifying the display name and the default value for the source switch.</summary>
- <param name="displayName">The name of the source switch. </param>
- <param name="defaultSwitchValue">The default value for the switch. </param>
- </member>
- <member name="P:System.Diagnostics.SourceSwitch.Level">
- <summary>Gets or sets the level of the switch.</summary>
- <returns>One of the <see cref="T:System.Diagnostics.SourceLevels" /> values that represents the event level of the switch.</returns>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.SourceSwitch.OnValueChanged">
- <summary>Invoked when the value of the <see cref="P:System.Diagnostics.Switch.Value" /> property changes.</summary>
- <exception cref="T:System.ArgumentException">The new value of <see cref="P:System.Diagnostics.Switch.Value" /> is not one of the <see cref="T:System.Diagnostics.SourceLevels" /> values.</exception>
- </member>
- <member name="M:System.Diagnostics.SourceSwitch.ShouldTrace(System.Diagnostics.TraceEventType)">
- <summary>Determines if trace listeners should be called, based on the trace event type.</summary>
- <returns>True if the trace listeners should be called; otherwise, false.</returns>
- <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values.</param>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="T:System.Diagnostics.Switch">
- <summary>Provides an abstract base class to create new debugging and tracing switches.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.Switch.#ctor(System.String,System.String)">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Switch" /> class.</summary>
- <param name="displayName">The name of the switch. </param>
- <param name="description">The description for the switch. </param>
- </member>
- <member name="M:System.Diagnostics.Switch.#ctor(System.String,System.String,System.String)">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.Switch" /> class, specifying the display name, description, and default value for the switch. </summary>
- <param name="displayName">The name of the switch. </param>
- <param name="description">The description of the switch. </param>
- <param name="defaultSwitchValue">The default value for the switch.</param>
- </member>
- <member name="P:System.Diagnostics.Switch.Description">
- <summary>Gets a description of the switch.</summary>
- <returns>The description of the switch. The default value is an empty string ("").</returns>
- <filterpriority>2</filterpriority>
- </member>
- <member name="P:System.Diagnostics.Switch.DisplayName">
- <summary>Gets a name used to identify the switch.</summary>
- <returns>The name used to identify the switch. The default value is an empty string ("").</returns>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.Switch.OnSwitchSettingChanged">
- <summary>Invoked when the <see cref="P:System.Diagnostics.Switch.SwitchSetting" /> property is changed.</summary>
- </member>
- <member name="M:System.Diagnostics.Switch.OnValueChanged">
- <summary>Invoked when the <see cref="P:System.Diagnostics.Switch.Value" /> property is changed.</summary>
- </member>
- <member name="P:System.Diagnostics.Switch.SwitchSetting">
- <summary>Gets or sets the current setting for this switch.</summary>
- <returns>The current setting for this switch. The default is zero.</returns>
- </member>
- <member name="P:System.Diagnostics.Switch.Value">
- <summary>Gets or sets the value of the switch.</summary>
- <returns>A string representing the value of the switch.</returns>
- <exception cref="T:System.Configuration.ConfigurationErrorsException">The value is null.-or-The value does not consist solely of an optional negative sign followed by a sequence of digits ranging from 0 to 9.-or-The value represents a number less than <see cref="F:System.Int32.MinValue" /> or greater than <see cref="F:System.Int32.MaxValue" />.</exception>
- </member>
- <member name="T:System.Diagnostics.Trace">
- <summary>Provides a set of methods and properties that help you trace the execution of your code. This class cannot be inherited.</summary>
- <filterpriority>1</filterpriority>
- </member>
- <member name="M:System.Diagnostics.Trace.Assert(System.Boolean)">
- <summary>Checks for a condition; if the condition is false, displays a message box that shows the call stack.</summary>
- <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>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.Assert(System.Boolean,System.String)">
- <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>
- <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>
- <param name="message">The message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection. </param>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.Assert(System.Boolean,System.String,System.String)">
- <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>
- <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>
- <param name="message">The message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection. </param>
- <param name="detailMessage">The detailed message to send to the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection. </param>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="P:System.Diagnostics.Trace.AutoFlush">
- <summary>Gets or sets whether <see cref="M:System.Diagnostics.Trace.Flush" /> should be called on the <see cref="P:System.Diagnostics.Trace.Listeners" /> after every write.</summary>
- <returns>true if <see cref="M:System.Diagnostics.Trace.Flush" /> is called on the <see cref="P:System.Diagnostics.Trace.Listeners" /> after every write; otherwise, false.</returns>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.Close">
- <summary>Flushes the output buffer, and then closes the <see cref="P:System.Diagnostics.Trace.Listeners" />.</summary>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.Fail(System.String)">
- <summary>Emits the specified error message.</summary>
- <param name="message">A message to emit. </param>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.Fail(System.String,System.String)">
- <summary>Emits an error message, and a detailed error message.</summary>
- <param name="message">A message to emit. </param>
- <param name="detailMessage">A detailed message to emit. </param>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.Flush">
- <summary>Flushes the output buffer, and causes buffered data to be written to the <see cref="P:System.Diagnostics.Trace.Listeners" />.</summary>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.Indent">
- <summary>Increases the current <see cref="P:System.Diagnostics.Trace.IndentLevel" /> by one.</summary>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="P:System.Diagnostics.Trace.IndentLevel">
- <summary>Gets or sets the indent level.</summary>
- <returns>The indent level. The default is zero.</returns>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="P:System.Diagnostics.Trace.IndentSize">
- <summary>Gets or sets the number of spaces in an indent.</summary>
- <returns>The number of spaces in an indent. The default is four.</returns>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="P:System.Diagnostics.Trace.Listeners">
- <summary>Gets the collection of listeners that is monitoring the trace output.</summary>
- <returns>A <see cref="T:System.Diagnostics.TraceListenerCollection" /> that represents a collection of type <see cref="T:System.Diagnostics.TraceListener" /> monitoring the trace output.</returns>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.Refresh">
- <summary>Refreshes the trace configuration data.</summary>
- <filterpriority>1</filterpriority>
- </member>
- <member name="M:System.Diagnostics.Trace.TraceError(System.String)">
- <summary>Writes an error message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection using the specified message.</summary>
- <param name="message">The informative message to write.</param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.TraceError(System.String,System.Object[])">
- <summary>Writes an error message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection using the specified array of objects and formatting information.</summary>
- <param name="format">A format string that contains zero or more format items, which correspond to objects in the <paramref name="args" /> array.</param>
- <param name="args">An object array containing zero or more objects to format.</param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.TraceInformation(System.String)">
- <summary>Writes an informational message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection using the specified message.</summary>
- <param name="message">The informative message to write.</param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.TraceInformation(System.String,System.Object[])">
- <summary>Writes an informational message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection using the specified array of objects and formatting information.</summary>
- <param name="format">A format string that contains zero or more format items, which correspond to objects in the <paramref name="args" /> array.</param>
- <param name="args">An object array containing zero or more objects to format.</param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.TraceWarning(System.String)">
- <summary>Writes a warning message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection using the specified message.</summary>
- <param name="message">The informative message to write.</param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.TraceWarning(System.String,System.Object[])">
- <summary>Writes a warning message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection using the specified array of objects and formatting information.</summary>
- <param name="format">A format string that contains zero or more format items, which correspond to objects in the <paramref name="args" /> array.</param>
- <param name="args">An object array containing zero or more objects to format.</param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.Unindent">
- <summary>Decreases the current <see cref="P:System.Diagnostics.Trace.IndentLevel" /> by one.</summary>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="P:System.Diagnostics.Trace.UseGlobalLock">
- <summary>Gets or sets a value indicating whether the global lock should be used. </summary>
- <returns>true if the global lock is to be used; otherwise, false. The default is true.</returns>
- </member>
- <member name="M:System.Diagnostics.Trace.Write(System.Object)">
- <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.Trace.Listeners" /> collection.</summary>
- <param name="value">An <see cref="T:System.Object" /> whose name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners" />. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.Write(System.Object,System.String)">
- <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.Trace.Listeners" /> collection.</summary>
- <param name="value">An <see cref="T:System.Object" /> name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners" />. </param>
- <param name="category">A category name used to organize the output. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.Write(System.String)">
- <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection.</summary>
- <param name="message">A message to write. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.Write(System.String,System.String)">
- <summary>Writes a category name and a message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection.</summary>
- <param name="message">A message to write. </param>
- <param name="category">A category name used to organize the output. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.WriteIf(System.Boolean,System.Object)">
- <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.Trace.Listeners" /> collection if a condition is true.</summary>
- <param name="condition">true to cause a message to be written; otherwise, false. </param>
- <param name="value">An <see cref="T:System.Object" /> whose name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners" />. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.WriteIf(System.Boolean,System.Object,System.String)">
- <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.Trace.Listeners" /> collection if a condition is true.</summary>
- <param name="condition">true to cause a message to be written; otherwise, false. </param>
- <param name="value">An <see cref="T:System.Object" /> whose name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners" />. </param>
- <param name="category">A category name used to organize the output. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.WriteIf(System.Boolean,System.String)">
- <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection if a condition is true.</summary>
- <param name="condition">true to cause a message to be written; otherwise, false. </param>
- <param name="message">A message to write. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.WriteIf(System.Boolean,System.String,System.String)">
- <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection if a condition is true.</summary>
- <param name="condition">true to cause a message to be written; otherwise, false. </param>
- <param name="message">A message to write. </param>
- <param name="category">A category name used to organize the output. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.WriteLine(System.Object)">
- <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.Trace.Listeners" /> collection.</summary>
- <param name="value">An <see cref="T:System.Object" /> whose name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners" />. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.WriteLine(System.Object,System.String)">
- <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.Trace.Listeners" /> collection.</summary>
- <param name="value">An <see cref="T:System.Object" /> whose name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners" />. </param>
- <param name="category">A category name used to organize the output. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.WriteLine(System.String)">
- <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection.</summary>
- <param name="message">A message to write. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.WriteLine(System.String,System.String)">
- <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection.</summary>
- <param name="message">A message to write. </param>
- <param name="category">A category name used to organize the output. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.WriteLineIf(System.Boolean,System.Object)">
- <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.Trace.Listeners" /> collection if a condition is true.</summary>
- <param name="condition">true to cause a message to be written; otherwise, false. </param>
- <param name="value">An <see cref="T:System.Object" /> whose name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners" />. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.WriteLineIf(System.Boolean,System.Object,System.String)">
- <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.Trace.Listeners" /> collection if a condition is true.</summary>
- <param name="condition">true to cause a message to be written; otherwise, false. </param>
- <param name="value">An <see cref="T:System.Object" /> whose name is sent to the <see cref="P:System.Diagnostics.Trace.Listeners" />. </param>
- <param name="category">A category name used to organize the output. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.WriteLineIf(System.Boolean,System.String)">
- <summary>Writes a message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection if a condition is true.</summary>
- <param name="condition">true to cause a message to be written; otherwise, false. </param>
- <param name="message">A message to write. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.Trace.WriteLineIf(System.Boolean,System.String,System.String)">
- <summary>Writes a category name and message to the trace listeners in the <see cref="P:System.Diagnostics.Trace.Listeners" /> collection if a condition is true.</summary>
- <param name="condition">true to cause a message to be written; otherwise, false. </param>
- <param name="message">A message to write. </param>
- <param name="category">A category name used to organize the output. </param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="T:System.Diagnostics.TraceEventCache">
- <summary>Provides trace event data specific to a thread and a process.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceEventCache.#ctor">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceEventCache" /> class. </summary>
- </member>
- <member name="P:System.Diagnostics.TraceEventCache.DateTime">
- <summary>Gets the date and time at which the event trace occurred.</summary>
- <returns>A <see cref="T:System.DateTime" /> structure whose value is a date and time expressed in Coordinated Universal Time (UTC).</returns>
- <filterpriority>2</filterpriority>
- </member>
- <member name="P:System.Diagnostics.TraceEventCache.ProcessId">
- <summary>Gets the unique identifier of the current process.</summary>
- <returns>The system-generated unique identifier of the current process.</returns>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
- </PermissionSet>
- </member>
- <member name="P:System.Diagnostics.TraceEventCache.ThreadId">
- <summary>Gets a unique identifier for the current managed thread. </summary>
- <returns>A string that represents a unique integer identifier for this managed thread.</returns>
- <filterpriority>2</filterpriority>
- </member>
- <member name="P:System.Diagnostics.TraceEventCache.Timestamp">
- <summary>Gets the current number of ticks in the timer mechanism.</summary>
- <returns>The tick counter value of the underlying timer mechanism.</returns>
- <filterpriority>2</filterpriority>
- </member>
- <member name="T:System.Diagnostics.TraceEventType">
- <summary>Identifies the type of event that has caused the trace.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="F:System.Diagnostics.TraceEventType.Critical">
- <summary>Fatal error or application crash.</summary>
- </member>
- <member name="F:System.Diagnostics.TraceEventType.Error">
- <summary>Recoverable error.</summary>
- </member>
- <member name="F:System.Diagnostics.TraceEventType.Information">
- <summary>Informational message.</summary>
- </member>
- <member name="F:System.Diagnostics.TraceEventType.Verbose">
- <summary>Debugging trace.</summary>
- </member>
- <member name="F:System.Diagnostics.TraceEventType.Warning">
- <summary>Noncritical problem.</summary>
- </member>
- <member name="T:System.Diagnostics.TraceFilter">
- <summary>Provides the base class for trace filter implementations.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceFilter.#ctor">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceFilter" /> class. </summary>
- </member>
- <member name="M:System.Diagnostics.TraceFilter.ShouldTrace(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[],System.Object,System.Object[])">
- <summary>When overridden in a derived class, determines whether the trace listener should trace the event.</summary>
- <returns>true to trace the specified event; otherwise, false. </returns>
- <param name="cache">The <see cref="T:System.Diagnostics.TraceEventCache" /> that contains information for the trace event.</param>
- <param name="source">The name of the source.</param>
- <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values specifying the type of event that has caused the trace.</param>
- <param name="id">A trace identifier number.</param>
- <param name="formatOrMessage">Either the format to use for writing an array of arguments specified by the <paramref name="args" /> parameter, or a message to write.</param>
- <param name="args">An array of argument objects.</param>
- <param name="data1">A trace data object.</param>
- <param name="data">An array of trace data objects.</param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="T:System.Diagnostics.TraceLevel">
- <summary>Specifies what messages to output for the <see cref="T:System.Diagnostics.Debug" />, <see cref="T:System.Diagnostics.Trace" /> and <see cref="T:System.Diagnostics.TraceSwitch" /> classes.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="F:System.Diagnostics.TraceLevel.Error">
- <summary>Output error-handling messages.</summary>
- </member>
- <member name="F:System.Diagnostics.TraceLevel.Info">
- <summary>Output informational messages, warnings, and error-handling messages.</summary>
- </member>
- <member name="F:System.Diagnostics.TraceLevel.Off">
- <summary>Output no tracing and debugging messages.</summary>
- </member>
- <member name="F:System.Diagnostics.TraceLevel.Verbose">
- <summary>Output all debugging and tracing messages.</summary>
- </member>
- <member name="F:System.Diagnostics.TraceLevel.Warning">
- <summary>Output warnings and error-handling messages.</summary>
- </member>
- <member name="T:System.Diagnostics.TraceListener">
- <summary>Provides the abstract base class for the listeners who monitor trace and debug output.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListener.#ctor">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceListener" /> class.</summary>
- </member>
- <member name="M:System.Diagnostics.TraceListener.#ctor(System.String)">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceListener" /> class using the specified name as the listener.</summary>
- <param name="name">The name of the <see cref="T:System.Diagnostics.TraceListener" />. </param>
- </member>
- <member name="M:System.Diagnostics.TraceListener.Dispose">
- <summary>Releases all resources used by the <see cref="T:System.Diagnostics.TraceListener" />.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListener.Dispose(System.Boolean)">
- <summary>Releases the unmanaged resources used by the <see cref="T:System.Diagnostics.TraceListener" /> and optionally releases the managed resources.</summary>
- <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources. </param>
- </member>
- <member name="M:System.Diagnostics.TraceListener.Fail(System.String)">
- <summary>Emits an error message to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener" /> class.</summary>
- <param name="message">A message to emit. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListener.Fail(System.String,System.String)">
- <summary>Emits an error message and a detailed error message to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener" /> class.</summary>
- <param name="message">A message to emit. </param>
- <param name="detailMessage">A detailed message to emit. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="P:System.Diagnostics.TraceListener.Filter">
- <summary>Gets and sets the trace filter for the trace listener.</summary>
- <returns>An object derived from the <see cref="T:System.Diagnostics.TraceFilter" /> base class.</returns>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListener.Flush">
- <summary>When overridden in a derived class, flushes the output buffer.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="P:System.Diagnostics.TraceListener.IndentLevel">
- <summary>Gets or sets the indent level.</summary>
- <returns>The indent level. The default is zero.</returns>
- <filterpriority>2</filterpriority>
- </member>
- <member name="P:System.Diagnostics.TraceListener.IndentSize">
- <summary>Gets or sets the number of spaces in an indent.</summary>
- <returns>The number of spaces in an indent. The default is four spaces.</returns>
- <exception cref="T:System.ArgumentOutOfRangeException">Set operation failed because the value is less than zero.</exception>
- <filterpriority>2</filterpriority>
- </member>
- <member name="P:System.Diagnostics.TraceListener.IsThreadSafe">
- <summary>Gets a value indicating whether the trace listener is thread safe. </summary>
- <returns>true if the trace listener is thread safe; otherwise, false. The default is false.</returns>
- </member>
- <member name="P:System.Diagnostics.TraceListener.Name">
- <summary>Gets or sets a name for this <see cref="T:System.Diagnostics.TraceListener" />.</summary>
- <returns>A name for this <see cref="T:System.Diagnostics.TraceListener" />. The default is an empty string ("").</returns>
- <filterpriority>2</filterpriority>
- </member>
- <member name="P:System.Diagnostics.TraceListener.NeedIndent">
- <summary>Gets or sets a value indicating whether to indent the output.</summary>
- <returns>true if the output should be indented; otherwise, false.</returns>
- </member>
- <member name="M:System.Diagnostics.TraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object)">
- <summary>Writes trace information, a data object and event information to the listener specific output.</summary>
- <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information.</param>
- <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
- <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values specifying the type of event that has caused the trace.</param>
- <param name="id">A numeric identifier for the event.</param>
- <param name="data">The trace data to emit.</param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceListener.TraceData(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
- <summary>Writes trace information, an array of data objects and event information to the listener specific output.</summary>
- <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information.</param>
- <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
- <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values specifying the type of event that has caused the trace.</param>
- <param name="id">A numeric identifier for the event.</param>
- <param name="data">An array of objects to emit as data.</param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32)">
- <summary>Writes trace and event information to the listener specific output.</summary>
- <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information.</param>
- <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
- <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values specifying the type of event that has caused the trace.</param>
- <param name="id">A numeric identifier for the event.</param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String)">
- <summary>Writes trace information, a message, and event information to the listener specific output.</summary>
- <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information.</param>
- <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
- <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values specifying the type of event that has caused the trace.</param>
- <param name="id">A numeric identifier for the event.</param>
- <param name="message">A message to write.</param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceListener.TraceEvent(System.Diagnostics.TraceEventCache,System.String,System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
- <summary>Writes trace information, a formatted array of objects and event information to the listener specific output.</summary>
- <param name="eventCache">A <see cref="T:System.Diagnostics.TraceEventCache" /> object that contains the current process ID, thread ID, and stack trace information.</param>
- <param name="source">A name used to identify the output, typically the name of the application that generated the trace event.</param>
- <param name="eventType">One of the <see cref="T:System.Diagnostics.TraceEventType" /> values specifying the type of event that has caused the trace.</param>
- <param name="id">A numeric identifier for the event.</param>
- <param name="format">A format string that contains zero or more format items, which correspond to objects in the <paramref name="args" /> array.</param>
- <param name="args">An object array containing zero or more objects to format.</param>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
- </PermissionSet>
- </member>
- <member name="P:System.Diagnostics.TraceListener.TraceOutputOptions">
- <summary>Gets or sets the trace output options.</summary>
- <returns>A bitwise combination of the enumeration values. The default is <see cref="F:System.Diagnostics.TraceOptions.None" />. </returns>
- <exception cref="T:System.ArgumentOutOfRangeException">Set operation failed because the value is invalid.</exception>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListener.Write(System.Object)">
- <summary>Writes the value of the object's <see cref="M:System.Object.ToString" /> method to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener" /> class.</summary>
- <param name="o">An <see cref="T:System.Object" /> whose fully qualified class name you want to write. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListener.Write(System.Object,System.String)">
- <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString" /> method to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener" /> class.</summary>
- <param name="o">An <see cref="T:System.Object" /> whose fully qualified class name you want to write. </param>
- <param name="category">A category name used to organize the output. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListener.Write(System.String)">
- <summary>When overridden in a derived class, writes the specified message to the listener you create in the derived class.</summary>
- <param name="message">A message to write. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListener.Write(System.String,System.String)">
- <summary>Writes a category name and a message to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener" /> class.</summary>
- <param name="message">A message to write. </param>
- <param name="category">A category name used to organize the output. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListener.WriteIndent">
- <summary>Writes the indent to the listener you create when you implement this class, and resets the <see cref="P:System.Diagnostics.TraceListener.NeedIndent" /> property to false.</summary>
- </member>
- <member name="M:System.Diagnostics.TraceListener.WriteLine(System.Object)">
- <summary>Writes the value of the object's <see cref="M:System.Object.ToString" /> method to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener" /> class, followed by a line terminator.</summary>
- <param name="o">An <see cref="T:System.Object" /> whose fully qualified class name you want to write. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListener.WriteLine(System.Object,System.String)">
- <summary>Writes a category name and the value of the object's <see cref="M:System.Object.ToString" /> method to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener" /> class, followed by a line terminator.</summary>
- <param name="o">An <see cref="T:System.Object" /> whose fully qualified class name you want to write. </param>
- <param name="category">A category name used to organize the output. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListener.WriteLine(System.String)">
- <summary>When overridden in a derived class, writes a message to the listener you create in the derived class, followed by a line terminator.</summary>
- <param name="message">A message to write. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListener.WriteLine(System.String,System.String)">
- <summary>Writes a category name and a message to the listener you create when you implement the <see cref="T:System.Diagnostics.TraceListener" /> class, followed by a line terminator.</summary>
- <param name="message">A message to write. </param>
- <param name="category">A category name used to organize the output. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="T:System.Diagnostics.TraceListenerCollection">
- <summary>Provides a thread-safe list of <see cref="T:System.Diagnostics.TraceListener" /> objects.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.Add(System.Diagnostics.TraceListener)">
- <summary>Adds a <see cref="T:System.Diagnostics.TraceListener" /> to the list.</summary>
- <returns>The position at which the new listener was inserted.</returns>
- <param name="listener">A <see cref="T:System.Diagnostics.TraceListener" /> to add to the list. </param>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.AddRange(System.Diagnostics.TraceListener[])">
- <summary>Adds an array of <see cref="T:System.Diagnostics.TraceListener" /> objects to the list.</summary>
- <param name="value">An array of <see cref="T:System.Diagnostics.TraceListener" /> objects to add to the list. </param>
- <exception cref="T:System.ArgumentNullException">
- <paramref name="value" /> is null.</exception>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.AddRange(System.Diagnostics.TraceListenerCollection)">
- <summary>Adds the contents of another <see cref="T:System.Diagnostics.TraceListenerCollection" /> to the list.</summary>
- <param name="value">Another <see cref="T:System.Diagnostics.TraceListenerCollection" /> whose contents are added to the list. </param>
- <exception cref="T:System.ArgumentNullException">
- <paramref name="value" /> is null.</exception>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.Clear">
- <summary>Clears all the listeners from the list.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.Contains(System.Diagnostics.TraceListener)">
- <summary>Checks whether the list contains the specified listener.</summary>
- <returns>true if the listener is in the list; otherwise, false.</returns>
- <param name="listener">A <see cref="T:System.Diagnostics.TraceListener" /> to find in the list. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.CopyTo(System.Diagnostics.TraceListener[],System.Int32)">
- <summary>Copies a section of the current <see cref="T:System.Diagnostics.TraceListenerCollection" /> list to the specified array at the specified index.</summary>
- <param name="listeners">An array of type <see cref="T:System.Array" /> to copy the elements into. </param>
- <param name="index">The starting index number in the current list to copy from. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="P:System.Diagnostics.TraceListenerCollection.Count">
- <summary>Gets the number of listeners in the list.</summary>
- <returns>The number of listeners in the list.</returns>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.GetEnumerator">
- <summary>Gets an enumerator for this list.</summary>
- <returns>An enumerator of type <see cref="T:System.Collections.IEnumerator" />.</returns>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.IndexOf(System.Diagnostics.TraceListener)">
- <summary>Gets the index of the specified listener.</summary>
- <returns>The index of the listener, if it can be found in the list; otherwise, -1.</returns>
- <param name="listener">A <see cref="T:System.Diagnostics.TraceListener" /> to find in the list. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.Insert(System.Int32,System.Diagnostics.TraceListener)">
- <summary>Inserts the listener at the specified index.</summary>
- <param name="index">The position in the list to insert the new <see cref="T:System.Diagnostics.TraceListener" />. </param>
- <param name="listener">A <see cref="T:System.Diagnostics.TraceListener" /> to insert in the list. </param>
- <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="index" /> is not a valid index in the list. </exception>
- <exception cref="T:System.ArgumentException">
- <paramref name="listener" /> is null.</exception>
- <filterpriority>2</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="P:System.Diagnostics.TraceListenerCollection.Item(System.Int32)">
- <summary>Gets or sets the <see cref="T:System.Diagnostics.TraceListener" /> at the specified index.</summary>
- <returns>A <see cref="T:System.Diagnostics.TraceListener" /> with the specified index.</returns>
- <param name="i">The zero-based index of the <see cref="T:System.Diagnostics.TraceListener" /> to get from the list. </param>
- <exception cref="T:System.ArgumentNullException">The value is null.</exception>
- <filterpriority>2</filterpriority>
- </member>
- <member name="P:System.Diagnostics.TraceListenerCollection.Item(System.String)">
- <summary>Gets the first <see cref="T:System.Diagnostics.TraceListener" /> in the list with the specified name.</summary>
- <returns>The first <see cref="T:System.Diagnostics.TraceListener" /> in the list with the given <see cref="P:System.Diagnostics.TraceListener.Name" />. This item returns null if no <see cref="T:System.Diagnostics.TraceListener" /> with the given name can be found.</returns>
- <param name="name">The name of the <see cref="T:System.Diagnostics.TraceListener" /> to get from the list. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.Remove(System.Diagnostics.TraceListener)">
- <summary>Removes from the collection the specified <see cref="T:System.Diagnostics.TraceListener" />.</summary>
- <param name="listener">A <see cref="T:System.Diagnostics.TraceListener" /> to remove from the list. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.Remove(System.String)">
- <summary>Removes from the collection the first <see cref="T:System.Diagnostics.TraceListener" /> with the specified name.</summary>
- <param name="name">The name of the <see cref="T:System.Diagnostics.TraceListener" /> to remove from the list. </param>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.RemoveAt(System.Int32)">
- <summary>Removes from the collection the <see cref="T:System.Diagnostics.TraceListener" /> at the specified index.</summary>
- <param name="index">The zero-based index of the <see cref="T:System.Diagnostics.TraceListener" /> to remove from the list. </param>
- <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="index" /> is not a valid index in the list. </exception>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
- <summary>Copies a section of the current <see cref="T:System.Diagnostics.TraceListenerCollection" /> to the specified array of <see cref="T:System.Diagnostics.TraceListener" /> objects. </summary>
- <param name="array">The one-dimensional array of <see cref="T:System.Diagnostics.TraceListener" /> objects that is the destination of the elements copied from the <see cref="T:System.Diagnostics.TraceListenerCollection" />. The array must have zero-based indexing.</param>
- <param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
- </member>
- <member name="P:System.Diagnostics.TraceListenerCollection.System#Collections#ICollection#IsSynchronized">
- <summary>Gets a value indicating whether access to the <see cref="T:System.Diagnostics.TraceListenerCollection" /> is synchronized (thread safe).</summary>
- <returns>Always true.</returns>
- </member>
- <member name="P:System.Diagnostics.TraceListenerCollection.System#Collections#ICollection#SyncRoot">
- <summary>Gets an object that can be used to synchronize access to the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</summary>
- <returns>The current <see cref="T:System.Diagnostics.TraceListenerCollection" /> object.</returns>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.System#Collections#IList#Add(System.Object)">
- <summary>Adds a trace listener to the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</summary>
- <returns>The position into which the new trace listener was inserted.</returns>
- <param name="value">The object to add to the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</param>
- <exception cref="T:System.ArgumentException">
- <paramref name="value" /> is null. -or-<paramref name="value" /> is not a <see cref="T:System.Diagnostics.TraceListener" />.</exception>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.System#Collections#IList#Contains(System.Object)">
- <summary>Determines whether the <see cref="T:System.Diagnostics.TraceListenerCollection" /> contains a specific object.</summary>
- <returns>true if the <see cref="T:System.Object" /> is found in the <see cref="T:System.Diagnostics.TraceListenerCollection" />; otherwise, false.</returns>
- <param name="value">The object to locate in the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</param>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.System#Collections#IList#IndexOf(System.Object)">
- <summary>Determines the index of a specific object in the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</summary>
- <returns>The index of <paramref name="value" /> if found in the <see cref="T:System.Diagnostics.TraceListenerCollection" />; otherwise, -1.</returns>
- <param name="value">The object to locate in the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</param>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
- <summary>Inserts a <see cref="T:System.Diagnostics.TraceListener" /> object at the specified position in the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</summary>
- <param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
- <param name="value">The <see cref="T:System.Diagnostics.TraceListener" /> object to insert into the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</param>
- <exception cref="T:System.ArgumentException">
- <paramref name="value" /> is not a <see cref="T:System.Diagnostics.TraceListener" /> object.</exception>
- </member>
- <member name="P:System.Diagnostics.TraceListenerCollection.System#Collections#IList#IsFixedSize">
- <summary>Gets a value indicating whether the <see cref="T:System.Diagnostics.TraceListenerCollection" /> has a fixed size.</summary>
- <returns>Always false.</returns>
- </member>
- <member name="P:System.Diagnostics.TraceListenerCollection.System#Collections#IList#IsReadOnly">
- <summary>Gets a value indicating whether the <see cref="T:System.Diagnostics.TraceListenerCollection" /> is read-only</summary>
- <returns>Always false.</returns>
- </member>
- <member name="P:System.Diagnostics.TraceListenerCollection.System#Collections#IList#Item(System.Int32)">
- <summary>Gets or sets the <see cref="T:System.Diagnostics.TraceListener" /> at the specified index in the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</summary>
- <returns>The <see cref="T:System.Diagnostics.TraceListener" /> at the specified index.</returns>
- <param name="index">The zero-based index of the <paramref name="value" /> to get.</param>
- </member>
- <member name="M:System.Diagnostics.TraceListenerCollection.System#Collections#IList#Remove(System.Object)">
- <summary>Removes an object from the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</summary>
- <param name="value">The object to remove from the <see cref="T:System.Diagnostics.TraceListenerCollection" />.</param>
- </member>
- <member name="T:System.Diagnostics.TraceOptions">
- <summary>Specifies trace data options to be written to the trace output.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="F:System.Diagnostics.TraceOptions.DateTime">
- <summary>Write the date and time. </summary>
- </member>
- <member name="F:System.Diagnostics.TraceOptions.None">
- <summary>Do not write any elements.</summary>
- </member>
- <member name="F:System.Diagnostics.TraceOptions.ProcessId">
- <summary>Write the process identity, which is represented by the return value of the <see cref="P:System.Diagnostics.Process.Id" /> property.</summary>
- </member>
- <member name="F:System.Diagnostics.TraceOptions.ThreadId">
- <summary>Write the thread identity, which is represented by the return value of the <see cref="P:System.Threading.Thread.ManagedThreadId" /> property for the current thread.</summary>
- </member>
- <member name="F:System.Diagnostics.TraceOptions.Timestamp">
- <summary>Write the timestamp, which is represented by the return value of the <see cref="M:System.Diagnostics.Stopwatch.GetTimestamp" /> method.</summary>
- </member>
- <member name="T:System.Diagnostics.TraceSource">
- <summary>Provides a set of methods and properties that enable applications to trace the execution of code and associate trace messages with their source. </summary>
- <filterpriority>1</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceSource.#ctor(System.String)">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceSource" /> class, using the specified name for the source. </summary>
- <param name="name">The name of the source (typically, the name of the application).</param>
- <exception cref="T:System.ArgumentNullException">
- <paramref name="name" /> is null.</exception>
- <exception cref="T:System.ArgumentException">
- <paramref name="name" /> is an empty string ("").</exception>
- </member>
- <member name="M:System.Diagnostics.TraceSource.#ctor(System.String,System.Diagnostics.SourceLevels)">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceSource" /> class, using the specified name for the source and the default source level at which tracing is to occur. </summary>
- <param name="name">The name of the source, typically the name of the application.</param>
- <param name="defaultLevel">A bitwise combination of the enumeration values that specifies the default source level at which to trace.</param>
- <exception cref="T:System.ArgumentNullException">
- <paramref name="name" /> is null.</exception>
- <exception cref="T:System.ArgumentException">
- <paramref name="name" /> is an empty string ("").</exception>
- </member>
- <member name="M:System.Diagnostics.TraceSource.Close">
- <summary>Closes all the trace listeners in the trace listener collection.</summary>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceSource.Flush">
- <summary>Flushes all the trace listeners in the trace listener collection.</summary>
- <exception cref="T:System.ObjectDisposedException">An attempt was made to trace an event during finalization.</exception>
- <filterpriority>1</filterpriority>
- </member>
- <member name="P:System.Diagnostics.TraceSource.Listeners">
- <summary>Gets the collection of trace listeners for the trace source.</summary>
- <returns>A <see cref="T:System.Diagnostics.TraceListenerCollection" /> that contains the active trace listeners associated with the source. </returns>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
- </PermissionSet>
- </member>
- <member name="P:System.Diagnostics.TraceSource.Name">
- <summary>Gets the name of the trace source.</summary>
- <returns>The name of the trace source.</returns>
- <filterpriority>1</filterpriority>
- </member>
- <member name="P:System.Diagnostics.TraceSource.Switch">
- <summary>Gets or sets the source switch value.</summary>
- <returns>A <see cref="T:System.Diagnostics.SourceSwitch" /> object representing the source switch value.</returns>
- <exception cref="T:System.ArgumentNullException">
- <see cref="P:System.Diagnostics.TraceSource.Switch" /> is set to null.</exception>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceSource.TraceData(System.Diagnostics.TraceEventType,System.Int32,System.Object)">
- <summary>Writes trace data to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners" /> collection using the specified event type, event identifier, and trace data.</summary>
- <param name="eventType">One of the enumeration values that specifies the event type of the trace data.</param>
- <param name="id">A numeric identifier for the event.</param>
- <param name="data">The trace data.</param>
- <exception cref="T:System.ObjectDisposedException">An attempt was made to trace an event during finalization.</exception>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceSource.TraceData(System.Diagnostics.TraceEventType,System.Int32,System.Object[])">
- <summary>Writes trace data to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners" /> collection using the specified event type, event identifier, and trace data array.</summary>
- <param name="eventType">One of the enumeration values that specifies the event type of the trace data.</param>
- <param name="id">A numeric identifier for the event.</param>
- <param name="data">An object array containing the trace data.</param>
- <exception cref="T:System.ObjectDisposedException">An attempt was made to trace an event during finalization.</exception>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32)">
- <summary>Writes a trace event message to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners" /> collection using the specified event type and event identifier.</summary>
- <param name="eventType">One of the enumeration values that specifies the event type of the trace data.</param>
- <param name="id">A numeric identifier for the event.</param>
- <exception cref="T:System.ObjectDisposedException">An attempt was made to trace an event during finalization.</exception>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String)">
- <summary>Writes a trace event message to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners" /> collection using the specified event type, event identifier, and message.</summary>
- <param name="eventType">One of the enumeration values that specifies the event type of the trace data.</param>
- <param name="id">A numeric identifier for the event.</param>
- <param name="message">The trace message to write.</param>
- <exception cref="T:System.ObjectDisposedException">An attempt was made to trace an event during finalization.</exception>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceSource.TraceEvent(System.Diagnostics.TraceEventType,System.Int32,System.String,System.Object[])">
- <summary>Writes a trace event to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners" /> collection using the specified event type, event identifier, and argument array and format.</summary>
- <param name="eventType">One of the enumeration values that specifies the event type of the trace data.</param>
- <param name="id">A numeric identifier for the event.</param>
- <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>
- <param name="args">An object array containing zero or more objects to format.</param>
- <exception cref="T:System.ArgumentNullException">
- <paramref name="format" /> is null. </exception>
- <exception cref="T:System.FormatException">
- <paramref name="format" /> is invalid.-or- The number that indicates an argument to format is less than zero, or greater than or equal to the number of specified objects to format. </exception>
- <exception cref="T:System.ObjectDisposedException">An attempt was made to trace an event during finalization.</exception>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceSource.TraceInformation(System.String)">
- <summary>Writes an informational message to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners" /> collection using the specified message.</summary>
- <param name="message">The informative message to write.</param>
- <exception cref="T:System.ObjectDisposedException">An attempt was made to trace an event during finalization.</exception>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceSource.TraceInformation(System.String,System.Object[])">
- <summary>Writes an informational message to the trace listeners in the <see cref="P:System.Diagnostics.TraceSource.Listeners" /> collection using the specified object array and formatting information.</summary>
- <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>
- <param name="args">An array containing zero or more objects to format.</param>
- <exception cref="T:System.ArgumentNullException">
- <paramref name="format" /> is null. </exception>
- <exception cref="T:System.FormatException">
- <paramref name="format" /> is invalid.-or- The number that indicates an argument to format is less than zero, or greater than or equal to the number of specified objects to format. </exception>
- <exception cref="T:System.ObjectDisposedException">An attempt was made to trace an event during finalization.</exception>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="T:System.Diagnostics.TraceSwitch">
- <summary>Provides a multilevel switch to control tracing and debug output without recompiling your code.</summary>
- <filterpriority>2</filterpriority>
- </member>
- <member name="M:System.Diagnostics.TraceSwitch.#ctor(System.String,System.String)">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceSwitch" /> class, using the specified display name and description.</summary>
- <param name="displayName">The name to display on a user interface. </param>
- <param name="description">The description of the switch. </param>
- </member>
- <member name="M:System.Diagnostics.TraceSwitch.#ctor(System.String,System.String,System.String)">
- <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.TraceSwitch" /> class, using the specified display name, description, and default value for the switch. </summary>
- <param name="displayName">The name to display on a user interface. </param>
- <param name="description">The description of the switch. </param>
- <param name="defaultSwitchValue">The default value of the switch.</param>
- </member>
- <member name="P:System.Diagnostics.TraceSwitch.Level">
- <summary>Gets or sets the trace level that determines the messages the switch allows.</summary>
- <returns>One of the <see cref="T:System.Diagnostics.TraceLevel" /> values that that specifies the level of messages that are allowed by the switch.</returns>
- <exception cref="T:System.ArgumentException">
- <see cref="P:System.Diagnostics.TraceSwitch.Level" /> is set to a value that is not one of the <see cref="T:System.Diagnostics.TraceLevel" /> values. </exception>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="M:System.Diagnostics.TraceSwitch.OnSwitchSettingChanged">
- <summary>Updates and corrects the level for this switch.</summary>
- </member>
- <member name="M:System.Diagnostics.TraceSwitch.OnValueChanged">
- <summary>Sets the <see cref="P:System.Diagnostics.Switch.SwitchSetting" /> property to the integer equivalent of the <see cref="P:System.Diagnostics.Switch.Value" /> property.</summary>
- </member>
- <member name="P:System.Diagnostics.TraceSwitch.TraceError">
- <summary>Gets a value indicating whether the switch allows error-handling messages.</summary>
- <returns>true if the <see cref="P:System.Diagnostics.TraceSwitch.Level" /> property is set to <see cref="F:System.Diagnostics.TraceLevel.Error" />, <see cref="F:System.Diagnostics.TraceLevel.Warning" />, <see cref="F:System.Diagnostics.TraceLevel.Info" />, or <see cref="F:System.Diagnostics.TraceLevel.Verbose" />; otherwise, false.</returns>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="P:System.Diagnostics.TraceSwitch.TraceInfo">
- <summary>Gets a value indicating whether the switch allows informational messages.</summary>
- <returns>true if the <see cref="P:System.Diagnostics.TraceSwitch.Level" /> property is set to <see cref="F:System.Diagnostics.TraceLevel.Info" /> or <see cref="F:System.Diagnostics.TraceLevel.Verbose" />; otherwise, false. </returns>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="P:System.Diagnostics.TraceSwitch.TraceVerbose">
- <summary>Gets a value indicating whether the switch allows all messages.</summary>
- <returns>true if the <see cref="P:System.Diagnostics.TraceSwitch.Level" /> property is set to <see cref="F:System.Diagnostics.TraceLevel.Verbose" />; otherwise, false.</returns>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- <member name="P:System.Diagnostics.TraceSwitch.TraceWarning">
- <summary>Gets a value indicating whether the switch allows warning messages.</summary>
- <returns>true if the <see cref="P:System.Diagnostics.TraceSwitch.Level" /> property is set to <see cref="F:System.Diagnostics.TraceLevel.Warning" />, <see cref="F:System.Diagnostics.TraceLevel.Info" />, or <see cref="F:System.Diagnostics.TraceLevel.Verbose" />; otherwise, false.</returns>
- <filterpriority>1</filterpriority>
- <PermissionSet>
- <IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true" />
- <IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="ControlEvidence" />
- </PermissionSet>
- </member>
- </members>
- </doc>
|