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 |
public WriteCommandOutput ( string value ) : void | ||
value | string | |
return | void |
public WriteLink ( string text, string command ) : void | ||
text | string | |
command | string | |
return | void |