Debug.WriteLine Method
Silverlight
Writes debugging information to the debugger by using the OutputDebugString function.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
WriteLine(Object) | Writes the value of a specified object's ToString method to the debugger by using the OutputDebugString function. |
|
WriteLine(String) | Writes a specified message followed by a line terminator to the debugger by using the OutputDebugString function. |
|
WriteLine(String, Object[]) | Writes a formatted string followed by a line terminator to the debugger by using the OutputDebugString function. |