C# 클래스 NanoByte.Common.Cli.ProgressBar

상속: System.MarshalByRefObject, IDisposable
파일 보기 프로젝트 열기: nano-byte/common

Private Properties

프로퍼티 타입 설명
DrawSimple void
IDisposable void

공개 메소드들

메소드 설명
Done ( ) : void

Stops the progress bar by writing a line break to the Console.

Draw ( ) : void

Draws the progress-bar to Console.Error.

The current line is overwritten.

보호된 메소드들

메소드 설명
DrawPretty ( ) : void

비공개 메소드들

메소드 설명
DrawSimple ( ) : void
IDisposable ( ) : void

Stops the progress bar by writing a line break to the Console.

메소드 상세

Done() 공개 메소드

Stops the progress bar by writing a line break to the Console.
public Done ( ) : void
리턴 void

Draw() 공개 메소드

Draws the progress-bar to Console.Error.
The current line is overwritten.
The progress bar could not be drawn to the (e.g. if it isn't a TTY).
public Draw ( ) : void
리턴 void

DrawPretty() 보호된 메소드

protected DrawPretty ( ) : void
리턴 void