C# Class Goblinfactory.ProgressBar.ProgressBar

ファイルを表示 Open project: goblinfactory/progress-bar Class Usage Examples

Public Methods

Method Description
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

Method Details

Next() public method

public Next ( string item ) : void
item string
return void

ProgressBar() public method

public ProgressBar ( int max ) : System
max int
return System

ProgressBar() public method

public ProgressBar ( int max, IConsole console ) : System
max int
console IConsole
return System

ProgressBar() public method

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

Refresh() public method

public Refresh ( int current, string format ) : void
current int
format string
return void