BasicConsole Write Method Fling OS
Writes the specified string to the output at the current offset.

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

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

If necessary, this method will move all existing text up the necessary number of lines to fit the new text on the bottom of the screen.
See Also