C# Class msos.FilePrinter

Inheritance: PrinterBase
Afficher le fichier Open project: goldshtn/msos Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FilePrinter ( string fileName ) : System
WriteCommandOutput ( string value ) : void
WriteError ( string value ) : void
WriteInfo ( string value ) : void
WriteLink ( string text, string command ) : void
WriteWarning ( string value ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FilePrinter() public méthode

public FilePrinter ( string fileName ) : System
fileName string
Résultat System

WriteCommandOutput() public méthode

public WriteCommandOutput ( string value ) : void
value string
Résultat void

WriteError() public méthode

public WriteError ( string value ) : void
value string
Résultat void

WriteInfo() public méthode

public WriteInfo ( string value ) : void
value string
Résultat void

WriteLink() public méthode

public WriteLink ( string text, string command ) : void
text string
command string
Résultat void

WriteWarning() public méthode

public WriteWarning ( string value ) : void
value string
Résultat void