C# Класс System.NullConsoleDriver

Наследование: IConsoleDriver
Показать файл Открыть проект

Открытые методы

Метод Описание
Beep ( int frequency, int duration ) : void
Clear ( ) : void
Init ( ) : void
MoveBufferArea ( int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop, Char sourceChar, ConsoleColor sourceForeColor, ConsoleColor sourceBackColor ) : void
ReadKey ( bool intercept ) : ConsoleKeyInfo
ReadLine ( ) : string
ResetColor ( ) : void
SetBufferSize ( int width, int height ) : void
SetCursorPosition ( int left, int top ) : void
SetWindowPosition ( int left, int top ) : void
SetWindowSize ( int width, int height ) : void

Описание методов

Beep() публичный метод

public Beep ( int frequency, int duration ) : void
frequency int
duration int
Результат void

Clear() публичный метод

public Clear ( ) : void
Результат void

Init() публичный метод

public Init ( ) : void
Результат void

MoveBufferArea() публичный метод

public MoveBufferArea ( int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop, Char sourceChar, ConsoleColor sourceForeColor, ConsoleColor sourceBackColor ) : void
sourceLeft int
sourceTop int
sourceWidth int
sourceHeight int
targetLeft int
targetTop int
sourceChar Char
sourceForeColor ConsoleColor
sourceBackColor ConsoleColor
Результат void

ReadKey() публичный метод

public ReadKey ( bool intercept ) : ConsoleKeyInfo
intercept bool
Результат ConsoleKeyInfo

ReadLine() публичный метод

public ReadLine ( ) : string
Результат string

ResetColor() публичный метод

public ResetColor ( ) : void
Результат void

SetBufferSize() публичный метод

public SetBufferSize ( int width, int height ) : void
width int
height int
Результат void

SetCursorPosition() публичный метод

public SetCursorPosition ( int left, int top ) : void
left int
top int
Результат void

SetWindowPosition() публичный метод

public SetWindowPosition ( int left, int top ) : void
left int
top int
Результат void

SetWindowSize() публичный метод

public SetWindowSize ( int width, int height ) : void
width int
height int
Результат void