DebugWriteLine(String) Method

Writes a text to the output window and appends a new line.

Definition

Namespace: PCBIScript.DebugHelp
Assembly: PCBI_ScriptEngine (in PCBI_ScriptEngine.dll) Version: 16.0.0.0 (16.0.0.0)
C#
public static void WriteLine(
	string text
)

Parameters

text  String
The output text

See Also