Debug.WriteLine Method
.NET Framework 2.0
Writes information about the debug to the trace listeners in the Listeners collection.
| Name | Description |
|---|---|
| Debug.WriteLine (Object) | Writes the value of the object's ToString method to the trace listeners in the Listeners collection. Supported by the .NET Compact Framework. |
| Debug.WriteLine (String) | Writes a message followed by a line terminator to the trace listeners in the Listeners collection. Supported by the .NET Compact Framework. |
| Debug.WriteLine (Object, String) | Writes a category name and the value of the object's ToString method to the trace listeners in the Listeners collection. Supported by the .NET Compact Framework. |
| Debug.WriteLine (String, String) | Writes a category name and message to the trace listeners in the Listeners collection. Supported by the .NET Compact Framework. |