The StructuredTraceSource type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Close |
Closes all the trace listeners in the trace listener collection.
(Inherited from TraceSource.) | |
Dump |
Dumps the contents of this object, enumerating all TraceListeners
and the associated TraceSwitch.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
Flush |
Flushes all the trace listeners in the trace listener collection.
(Inherited from TraceSource.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetSupportedAttributes |
Gets the custom attributes supported by the trace source.
(Inherited from TraceSource.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) | |
TraceBracket |
Brackets the specified value with a hyphen on either side.
| |
TraceData(TraceEventType, Int32, Object) |
Writes trace data to the trace listeners in the Listeners collection using the specified event type, event identifier, and trace data.
(Inherited from TraceSource.) | |
TraceData(TraceEventType, Int32, Object ) |
Writes trace data to the trace listeners in the Listeners collection using the specified event type, event identifier, and trace data array.
(Inherited from TraceSource.) | |
TraceEnter |
Traces entering the specified method name, and increases the indentation.
| |
TraceEnterEventHandler |
Traces entering an event handler for a specific GUI component,
and increases the indentation.
| |
TraceEvent(TraceEventType, Int32) |
Writes a trace event message to the trace listeners in the Listeners collection using the specified event type and event identifier.
(Inherited from TraceSource.) | |
TraceEvent(TraceEventType, Int32, String) |
Writes a trace event message to the trace listeners in the Listeners collection using the specified event type, event identifier, and message.
(Inherited from TraceSource.) | |
TraceEvent(TraceEventType, Int32, String, Object ) |
Writes a trace event to the trace listeners in the Listeners collection using the specified event type, event identifier, and argument array and format.
(Inherited from TraceSource.) | |
TraceInformation(String) |
Writes an informational message to the trace listeners in the Listeners collection using the specified message.
(Inherited from TraceSource.) | |
TraceInformation(String, Object ) |
Writes an informational message to the trace listeners in the Listeners collection using the specified object array and formatting information.
(Inherited from TraceSource.) | |
TraceLeave |
Traces leaving the specified method name, and decreases the indentation.
| |
TraceLeaveEventHandler |
Traces leaving an event handler for a specific GUI component,
and decreases the indentation.
| |
TraceTransfer |
Writes a trace transfer message to the trace listeners in the Listeners collection using the specified numeric identifier, message, and related activity identifier.
(Inherited from TraceSource.) |
See Also