TraceListener::TraceData Method

 

Writes trace data to the listener specific output.

Namespace:   System.Diagnostics
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodTraceData(TraceEventCache^, String^, TraceEventType, Int32, Object^)

Writes trace information, a data object and event information to the listener specific output.

System_CAPS_pubmethodTraceData(TraceEventCache^, String^, TraceEventType, Int32, array<Object^>^)

Writes trace information, an array of data objects and event information to the listener specific output.

Return to top
Show: