C# 클래스 HFMCmd.ConsoleOutput

Sends output to the console
상속: FixedWidthOutput
파일 보기 프로젝트 열기: agardiner/hfmcmd 1 사용 예제들

공개 메소드들

메소드 설명
ConsoleOutput ( System.CommandLine cui ) : System
End ( bool suppress ) : void
EndProgress ( ) : void
InitProgress ( string operation, int iterations, int total ) : void
IterationComplete ( ) : bool
SetHeader ( ) : void
SetProgress ( int progress ) : bool
Write ( string text ) : void
WriteLine ( string format ) : void
WriteRecord ( ) : void

보호된 메소드들

메소드 설명
RenderProgressBar ( ) : void

메소드 상세

ConsoleOutput() 공개 메소드

public ConsoleOutput ( System.CommandLine cui ) : System
cui System.CommandLine
리턴 System

End() 공개 메소드

public End ( bool suppress ) : void
suppress bool
리턴 void

EndProgress() 공개 메소드

public EndProgress ( ) : void
리턴 void

InitProgress() 공개 메소드

public InitProgress ( string operation, int iterations, int total ) : void
operation string
iterations int
total int
리턴 void

IterationComplete() 공개 메소드

public IterationComplete ( ) : bool
리턴 bool

RenderProgressBar() 보호된 메소드

protected RenderProgressBar ( ) : void
리턴 void

SetHeader() 공개 메소드

public SetHeader ( ) : void
리턴 void

SetProgress() 공개 메소드

public SetProgress ( int progress ) : bool
progress int
리턴 bool

Write() 공개 메소드

public Write ( string text ) : void
text string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string format ) : void
format string
리턴 void

WriteRecord() 공개 메소드

public WriteRecord ( ) : void
리턴 void