C# 클래스 ShellMe.Testing.LowLevelTestConsole

상속: ILowLevelConsole
파일 보기 프로젝트 열기: dff-solutions/shell.me 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
AddLineToBuffer ( ) : void
AddLinesToBuffer ( int lines ) : void

메소드 상세

LowLevelTestConsole() 공개 메소드

public LowLevelTestConsole ( ) : System
리턴 System

LowLevelTestConsole() 공개 메소드

public LowLevelTestConsole ( IEnumerable keySequence ) : System
keySequence IEnumerable
리턴 System

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