IText |
public interface ITextBackedConsole : ICloneable, INotifyPropertyChanged
The ITextBackedConsole type exposes the following members.
Name | Description | |
---|---|---|
Text | Gets or sets the entire text of the text backed console. If setting the text, and if the text is different from the text that is currently stored in the instance, a property changed event (see PropertyChangedEventHandler) is fired with 'Text' as parameter. |
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. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged) |