C# Class System.ConsoleDriver

Afficher le fichier Open project: runefs/Marvin Class Usage Examples

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 ) : void
MoveBufferArea ( int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop, char sourceChar, ConsoleColor sourceForeColor, ConsoleColor sourceBackColor ) : void
Read ( ) : int
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

Private Methods

Méthode Description
ConsoleDriver ( ) : System.IO
CreateNullConsoleDriver ( ) : IConsoleDriver
CreateTermInfoDriver ( string term ) : IConsoleDriver
CreateWindowsConsoleDriver ( ) : IConsoleDriver
InternalKeyAvailable ( int ms_timeout ) : int
Isatty ( IntPtr handle ) : bool
SetBreak ( bool wantBreak ) : bool
SetEcho ( bool wantEcho ) : bool
TtySetup ( string keypadXmit, string teardown, byte &control_characters, int &address ) : bool

Method Details

Beep() public static méthode

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

Clear() public static méthode

public static Clear ( ) : void
Résultat void

Init() public static méthode

public static Init ( ) : void
Résultat void

MoveBufferArea() public static méthode

public static MoveBufferArea ( int sourceLeft, int sourceTop, int sourceWidth, int sourceHeight, int targetLeft, int targetTop ) : void
sourceLeft int
sourceTop int
sourceWidth int
sourceHeight int
targetLeft int
targetTop int
Résultat void

MoveBufferArea() public static méthode

public static 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

Read() public static méthode

public static Read ( ) : int
Résultat int

ReadKey() public static méthode

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

ReadLine() public static méthode

public static ReadLine ( ) : string
Résultat string

ResetColor() public static méthode

public static ResetColor ( ) : void
Résultat void

SetBufferSize() public static méthode

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

SetCursorPosition() public static méthode

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

SetWindowPosition() public static méthode

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

SetWindowSize() public static méthode

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