Class ProgressBarSimple
An ASCII progress bar
Inheritance
System.Object
ProgressBarSimple
Implements
System.IDisposable
System.IProgress<System.Double>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Common.IO.Console
Assembly: Mars.IO.dll
Syntax
public class ProgressBarSimple : IDisposable, IProgress<double>
Constructors
| Improve this Doc View SourceProgressBarSimple()
An ASCII progress bar
Declaration
public ProgressBarSimple()
Methods
| Improve this Doc View SourceDispose()
An ASCII progress bar
Declaration
public void Dispose()
Report(Double)
An ASCII progress bar
Declaration
public void Report(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Implements
System.IDisposable
System.IProgress<T>