C# Class ShellMe.CommandLine.Console.LowLevel.LowLevelNativeConsole

Inheritance: ILowLevelConsole
Afficher le fichier Open project: dff-solutions/shell.me

Méthodes publiques

Méthode Description
Read ( ) : ConsoleKeyInfo
ReadCharacterAt ( int x, int y ) : char?
WriteAtCursorAndMove ( char key ) : void

Private Methods

Méthode Description
GetStdHandle ( int nStdHandle ) : IntPtr
ReadConsoleOutputCharacter ( IntPtr hConsoleOutput, [ lpCharacter, uint length, Coord bufferCoord, uint &lpNumberOfCharactersRead ) : bool

Method Details

Read() public méthode

public Read ( ) : ConsoleKeyInfo
Résultat System.ConsoleKeyInfo

ReadCharacterAt() public méthode

public ReadCharacterAt ( int x, int y ) : char?
x int
y int
Résultat char?

WriteAtCursorAndMove() public méthode

public WriteAtCursorAndMove ( char key ) : void
key char
Résultat void