C# 클래스 Goblinfactory.Konsole.Mocks.MockConsole

상속: IConsole
파일 보기 프로젝트 열기: goblinfactory/progress-bar 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MockConsole ( int width, int height, ConsoleColor color, ConsoleColor background, bool echo = false ) : System
MockConsole ( int width, int height, bool echo = false ) : System
PrintAt ( int x, int y, string format ) : void
WindowWidth ( ) : int
Write ( string format ) : void
WriteLine ( string format ) : void

메소드 상세

MockConsole() 공개 메소드

public MockConsole ( int width, int height, ConsoleColor color, ConsoleColor background, bool echo = false ) : System
width int
height int
color ConsoleColor
background ConsoleColor
echo bool
리턴 System

MockConsole() 공개 메소드

public MockConsole ( int width, int height, bool echo = false ) : System
width int
height int
echo bool
리턴 System

PrintAt() 공개 메소드

public PrintAt ( int x, int y, string format ) : void
x int
y int
format string
리턴 void

WindowWidth() 공개 메소드

public WindowWidth ( ) : int
리턴 int

Write() 공개 메소드

public Write ( string format ) : void
format string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string format ) : void
format string
리턴 void