Interface IProgressBar
Inherited Members
System.IDisposable.Dispose()
Assembly: Mars.IO.dll
Syntax
public interface IProgressBar : IDisposable
Properties
|
Improve this Doc
View Source
MaxTicks
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
Tick(Int32, String)
Declaration
void Tick(int newTickCount, string message = null)
Parameters
Type |
Name |
Description |
System.Int32 |
newTickCount |
|
System.String |
message |
|
|
Improve this Doc
View Source
Tick(String)
Declaration
void Tick(string message = null)
Parameters
Type |
Name |
Description |
System.String |
message |
|
|
Improve this Doc
View Source
WriteLine(String)
This writes a new line above the progress bar on the console where updates the message
inside the progress bar
Declaration
void WriteLine(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Extension Methods