C# 클래스 Goblinfactory.ProgressBar.ProgressBar

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

공개 메소드들

메소드 설명
Next ( string item ) : void
ProgressBar ( int max ) : System
ProgressBar ( int max, IConsole console ) : System
ProgressBar ( int max, char character, string format, IConsole console ) : System
Refresh ( int current, string format ) : void

메소드 상세

Next() 공개 메소드

public Next ( string item ) : void
item string
리턴 void

ProgressBar() 공개 메소드

public ProgressBar ( int max ) : System
max int
리턴 System

ProgressBar() 공개 메소드

public ProgressBar ( int max, IConsole console ) : System
max int
console IConsole
리턴 System

ProgressBar() 공개 메소드

public ProgressBar ( int max, char character, string format, IConsole console ) : System
max int
character char
format string
console IConsole
리턴 System

Refresh() 공개 메소드

public Refresh ( int current, string format ) : void
current int
format string
리턴 void