C# Class msos.ConsolePrinter

Inheritance: PrinterBase
Show file Open project: goldshtn/msos

Public Methods

Method Description
ClearScreen ( ) : void
CommandEnded ( ) : void
WriteCommandOutput ( string value ) : void
WriteError ( string value ) : void
WriteInfo ( string value ) : void
WriteLink ( string text, string command ) : void
WriteWarning ( string value ) : void

Method Details

ClearScreen() public method

public ClearScreen ( ) : void
return void

CommandEnded() public method

public CommandEnded ( ) : void
return void

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