C# Class Goblinfactory.ProgressBar.ProgressBar

Afficher le fichier Open project: goblinfactory/progress-bar Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Next ( string item ) : void
item string
Résultat void

ProgressBar() public méthode

public ProgressBar ( int max ) : System
max int
Résultat System

ProgressBar() public méthode

public ProgressBar ( int max, IConsole console ) : System
max int
console IConsole
Résultat System

ProgressBar() public méthode

public ProgressBar ( int max, char character, string format, IConsole console ) : System
max int
character char
format string
console IConsole
Résultat System

Refresh() public méthode

public Refresh ( int current, string format ) : void
current int
format string
Résultat void