IConsole Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IConsole
	type IConsole = interface
	Public Interface IConsole
Properties
| BackgroundColor | |
| BufferHeight | |
| BufferWidth | |
| CursorLeft | |
| CursorSize | |
| CursorTop | |
| CursorVisible | |
| ForegroundColor | |
| KeyAvailable | |
| OutputEncoding | |
| WindowHeight | |
| WindowTop | |
| WindowWidth | 
Methods
| BlankRestOfLine() | |
| ReadKey() | |
| RestoreCursor() | |
| SaveCursor() | |
| ScrollBuffer(Int32) | |
| SetCursorPosition(Int32, Int32) | |
| SetWindowPosition(Int32, Int32) | |
| Write(String) | |
| WriteLine(String) |