프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Instance |
메소드 | 설명 | |
---|---|---|
End ( bool suppress ) : void | ||
EndProgress ( ) : void | ||
InitProgress ( string operation, int iterations ) : void | ||
InitProgress ( string operation, int iterations, int total ) : void | ||
IterationComplete ( ) : bool | ||
SetHeader ( ) : void | ||
SetProgress ( int progress ) : bool | ||
WriteLine ( string format ) : void | ||
WriteRecord ( ) : void |
public InitProgress ( string operation, int iterations ) : void | ||
operation | string | |
iterations | int | |
리턴 | void |
public InitProgress ( string operation, int iterations, int total ) : void | ||
operation | string | |
iterations | int | |
total | int | |
리턴 | void |