C# 클래스 ShellMe.CommandLine.Console.LowLevel.LowLevelNativeConsole

상속: ILowLevelConsole
파일 보기 프로젝트 열기: dff-solutions/shell.me

공개 메소드들

메소드 설명
Read ( ) : ConsoleKeyInfo
ReadCharacterAt ( int x, int y ) : char?
WriteAtCursorAndMove ( char key ) : void

비공개 메소드들

메소드 설명
GetStdHandle ( int nStdHandle ) : IntPtr
ReadConsoleOutputCharacter ( IntPtr hConsoleOutput, [ lpCharacter, uint length, Coord bufferCoord, uint &lpNumberOfCharactersRead ) : bool

메소드 상세

Read() 공개 메소드

public Read ( ) : ConsoleKeyInfo
리턴 System.ConsoleKeyInfo

ReadCharacterAt() 공개 메소드

public ReadCharacterAt ( int x, int y ) : char?
x int
y int
리턴 char?

WriteAtCursorAndMove() 공개 메소드

public WriteAtCursorAndMove ( char key ) : void
key char
리턴 void