Method | Description | |
---|---|---|
DrawProgress ( int percentage ) : void | ||
DrawProgress ( int percentage, char progressBarCharacter, ConsoleColor color ) : void | ||
ProgressBar ( ) : System |
Method | Description | |
---|---|---|
OnTick ( object state ) : void | ||
Start ( ) : void | ||
Stop ( ) : void |
public static DrawProgress ( int percentage ) : void | ||
percentage | int | |
return | void |
public static DrawProgress ( int percentage, char progressBarCharacter, ConsoleColor color ) : void | ||
percentage | int | |
progressBarCharacter | char | |
color | ConsoleColor | |
return | void |