C# Class System.NullConsoleDriver

Inheritance: IConsoleDriver
Afficher le fichier Open project: runefs/Marvin

Méthodes publiques

Méthode 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 méthode

public Beep ( int frequency, int duration ) : void
frequency int
duration int
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

MoveBufferArea() public méthode

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
Résultat void

ReadKey() public méthode

public ReadKey ( bool intercept ) : ConsoleKeyInfo
intercept bool
Résultat ConsoleKeyInfo

ReadLine() public méthode

public ReadLine ( ) : string
Résultat string

ResetColor() public méthode

public ResetColor ( ) : void
Résultat void

SetBufferSize() public méthode

public SetBufferSize ( int width, int height ) : void
width int
height int
Résultat void

SetCursorPosition() public méthode

public SetCursorPosition ( int left, int top ) : void
left int
top int
Résultat void

SetWindowPosition() public méthode

public SetWindowPosition ( int left, int top ) : void
left int
top int
Résultat void

SetWindowSize() public méthode

public SetWindowSize ( int width, int height ) : void
width int
height int
Résultat void