메소드 | 설명 | |
---|---|---|
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 |
public ConsoleOutput ( System.CommandLine cui ) : System | ||
cui | System.CommandLine | |
리턴 | System |
public InitProgress ( string operation, int iterations, int total ) : void | ||
operation | string | |
iterations | int | |
total | int | |
리턴 | void |