Writes a specified message followed by a line terminator to the debugger by using the OutputDebugString function.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public static void WriteLine(
	string message
)
Visual Basic
Public Shared Sub WriteLine ( _
	message As String _
)

Parameters

message
Type: System..::..String
The message to write to the debugger.

See Also