C# Class System.NullConsoleDriver

Inheritance: IConsoleDriver
Datei anzeigen Open project: runefs/Marvin

Public Methods

Method Description
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

Method Details

Beep() public method

public Beep ( int frequency, int duration ) : void
frequency int
duration int
return void

Clear() public method

public Clear ( ) : void
return void

Init() public method

public Init ( ) : void
return void

MoveBufferArea() public method

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
return void

ReadKey() public method

public ReadKey ( bool intercept ) : ConsoleKeyInfo
intercept bool
return ConsoleKeyInfo

ReadLine() public method

public ReadLine ( ) : string
return string

ResetColor() public method

public ResetColor ( ) : void
return void

SetBufferSize() public method

public SetBufferSize ( int width, int height ) : void
width int
height int
return void

SetCursorPosition() public method

public SetCursorPosition ( int left, int top ) : void
left int
top int
return void

SetWindowPosition() public method

public SetWindowPosition ( int left, int top ) : void
left int
top int
return void

SetWindowSize() public method

public SetWindowSize ( int width, int height ) : void
width int
height int
return void