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