DebugWriteLine(String) Method
Writes a text to the output window and appends a new line.
Namespace: PCBIScript.DebugHelpAssembly: PCBI_ScriptEngine (in PCBI_ScriptEngine.dll) Version: 16.0.0.0 (16.0.0.0)
public static void WriteLine(
string text
)
Public Shared Sub WriteLine (
text As String
)
public:
static void WriteLine(
String^ text
)
static member WriteLine :
text : string -> unit
Parameters
- text String
- The output text