In This Topic
Writes the value of a specified object's System.Object.ToString() method to the debugger by using the OutputDebugString function.
Overload List
Overload | Description |
WriteLine(Object) | Writes the value of a specified object's System.Object.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. |
See Also