C Sharp Reference/System namespace/Console
public static class Console
Methods
edit- Beep
- Clear
- MoveBufferArea
- OpenStandardError
- OpenStandardInput
- OpenStandardOutput
- Read
- ReadKey
- ReadLine
- ResetColor
- SetBufferSize
- SetCursorPosition
- SetError
- SetIn
- SetOut
- SetWindowPosition
- SetWindowSize
- Write
- WriteLine
Properties
edit- BackgroundColor
- BufferHeight
- BufferWidth
- CapsLock
- CursorLeft
- CursorSize
- CursorTop
- CursorVisible
- Error
- ForegroundColor
- In
- InputEncoding
- KeyAvailable
- LargestWindowHeight
- LargestWindowWidth
- NumberLock
- Out
- OutputEncoding
- Title
- TreatControlCAsInput
- WindowHeight
- WindowLeft
- WindowTop
- WindowWidth
Events
edit- CancelKeyPress