Click or drag to resize

ITextBackedConsole Methods

The ITextBackedConsole type exposes the following members.

Methods
 NameDescription
Public methodClearRemoves all characters from the current text backed console.
Public methodCloneCreates a new object that is a copy of the current instance.
(Inherited from ICloneable)
Public methodWrite(String)Writes the specified string value to the text backed console.
Public methodWrite(String, Object)Writes the text representation of the specified array of objects to the text backed console using the specified format information.
Public methodWriteLineWrites the current line terminator to the text backed console.
Public methodWriteLine(String)Writes the specified string value, followed by the current line terminator, to the text backed console.
Public methodWriteLine(String, Object)Writes the text representation of the specified array of objects, followed by the current line terminator, to the text backed console using the specified format information.
Top
See Also