Trace.Write Method
.NET Framework 3.0
Writes information about the trace to the trace listeners in the Listeners collection.
| Name | Description |
|---|---|
| Trace.Write (Object) | Writes the value of the object's ToString method to the trace listeners in the Listeners collection. |
| Trace.Write (String) | Writes a message to the trace listeners in the Listeners collection. |
| Trace.Write (Object, String) | Writes a category name and the value of the object's ToString method to the trace listeners in the Listeners collection. |
| Trace.Write (String, String) | Writes a category name and a message to the trace listeners in the Listeners collection. |
Community Additions
ADD
Show: