C# Class msos.FilePrinter

Inheritance: PrinterBase
Show file Open project: goldshtn/msos Class Usage Examples

Public Methods

Method 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 method

public Dispose ( ) : void
return void

FilePrinter() public method

public FilePrinter ( string fileName ) : System
fileName string
return System

WriteCommandOutput() public method

public WriteCommandOutput ( string value ) : void
value string
return void

WriteError() public method

public WriteError ( string value ) : void
value string
return void

WriteInfo() public method

public WriteInfo ( string value ) : void
value string
return void

WriteLink() public method

public WriteLink ( string text, string command ) : void
text string
command string
return void

WriteWarning() public method

public WriteWarning ( string value ) : void
value string
return void