Show / Hide Table of Contents

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 Source

EmptyCharacter

Declaration
public static char EmptyCharacter
Field Value
Type Description
System.Char
| Improve this Doc View Source

FilledCharacter

Declaration
public static char FilledCharacter
Field Value
Type Description
System.Char

Methods

| Improve this Doc View Source

Update(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 max

System.Int32 max
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX