IText |
The ITextBackedConsole type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clear | Removes all characters from the current text backed console. |
![]() | Clone | Creates a new object that is a copy of the current instance. (Inherited from ICloneable) |
![]() | Write(String) | Writes the specified string value to the text backed console. |
![]() | Write(String, Object) | Writes the text representation of the specified array of objects to the text backed console using the specified format information. |
![]() | WriteLine | Writes the current line terminator to the text backed console. |
![]() | WriteLine(String) | Writes the specified string value, followed by the current line terminator, to the text backed console. |
![]() | WriteLine(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. |