Class ConsoleProgressBar
Provides progress bars in Log73.
Inheritance
System.Object
ConsoleProgressBar
Namespace: Log73
Assembly: Log73.dll
Syntax
public static class ConsoleProgressBar : object
Fields
| Improve this Doc View SourceEmptyCharacter
Declaration
public static char EmptyCharacter
Field Value
Type | Description |
---|---|
System.Char |
FilledCharacter
Declaration
public static char FilledCharacter
Field Value
Type | Description |
---|---|
System.Char |
Methods
| Improve this Doc View SourceUpdate(Int32, Int32)
Declaration
public static void Update(int current, int max)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | current | Must be less than or equal to |
System.Int32 | max |