BasicConsole WriteLine Method Fling OS
Writes the specified string to the output at the current offset then moves the offset to the end of the line.

Namespace: Kernel
Assembly: Kernel (in Kernel.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[NoDebugAttribute]
[NoGCAttribute]
public static void WriteLine(
	string str
)
Remarks

This also blanks out the rest of the line to make sure no artifacts are left behind.
See Also