C# 클래스 AvalonStudio.Extensibility.ChangingOutput

상속: IDisposable
파일 보기 프로젝트 열기: VitalElement/AvalonStudio

공개 메소드들

메소드 설명
ChangingOutput ( string format ) : System
Clear ( ) : void
Dispose ( ) : void
FinishLine ( ) : void
Print ( ) : void
PrintNumber ( int num ) : void
PrintProgress ( double progress ) : void
PrintResult ( bool passed ) : void

메소드 상세

ChangingOutput() 공개 메소드

public ChangingOutput ( string format ) : System
format string
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FinishLine() 공개 메소드

public FinishLine ( ) : void
리턴 void

Print() 공개 메소드

public Print ( ) : void
리턴 void

PrintNumber() 공개 메소드

public PrintNumber ( int num ) : void
num int
리턴 void

PrintProgress() 공개 메소드

public PrintProgress ( double progress ) : void
progress double
리턴 void

PrintResult() 공개 메소드

public PrintResult ( bool passed ) : void
passed bool
리턴 void