C# Class AvalonStudio.Extensibility.ChangingOutput

Inheritance: IDisposable
Afficher le fichier Open project: VitalElement/AvalonStudio

Méthodes publiques

Méthode Description
ChangingOutput ( string format ) : System
Clear ( ) : void
Dispose ( ) : void
FinishLine ( ) : void
Print ( ) : void
PrintNumber ( int num ) : void
PrintProgress ( double progress ) : void
PrintResult ( bool passed ) : void

Method Details

ChangingOutput() public méthode

public ChangingOutput ( string format ) : System
format string
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FinishLine() public méthode

public FinishLine ( ) : void
Résultat void

Print() public méthode

public Print ( ) : void
Résultat void

PrintNumber() public méthode

public PrintNumber ( int num ) : void
num int
Résultat void

PrintProgress() public méthode

public PrintProgress ( double progress ) : void
progress double
Résultat void

PrintResult() public méthode

public PrintResult ( bool passed ) : void
passed bool
Résultat void