Property | Type | Description | |
---|---|---|---|
writeLine | void | ||
writePartialLine | void |
Method | Description | |
---|---|---|
ClearLine ( ) : void | ||
Write ( string text = "" ) : void | ||
WriteEvent ( string eventMessage, string eventArgs ) : void | ||
WriteFormat ( string format ) : void | ||
WriteLine ( string text = "" ) : void | ||
WriteLineFormat ( string format ) : void | ||
WriteSwitch ( string _switch, string description ) : void |
Method | Description | |
---|---|---|
writeLine ( string message, Color color = null ) : void | ||
writePartialLine ( string message, Color color = null ) : void |
public static Write ( string text = "" ) : void | ||
text | string | |
return | void |
public static WriteEvent ( string eventMessage, string eventArgs ) : void | ||
eventMessage | string | |
eventArgs | string | |
return | void |
public static WriteFormat ( string format ) : void | ||
format | string | |
return | void |
public static WriteLine ( string text = "" ) : void | ||
text | string | |
return | void |
public static WriteLineFormat ( string format ) : void | ||
format | string | |
return | void |
public static WriteSwitch ( string _switch, string description ) : void | ||
_switch | string | |
description | string | |
return | void |