For external use. Write a text line to the user debug stream

Namespace: ScopeRuntime.Diagnostics
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public static void WriteLine(
	string line
)
Visual Basic
Public Shared Sub WriteLine ( _
	line As String _
)
Visual C++
public:
static void WriteLine(
	String^ line
)

Parameters

line
Type: String
The line to write

Return Value

See Also