Метод | Описание | |
---|---|---|
Confirm ( string description ) : bool | ||
Log ( MessageLevel level, string message ) : void | ||
PrintJustified ( int startIndex, string text ) : void | ||
PrintJustified ( int startIndex, string text, int maxWidth ) : void | ||
Write ( object value ) : void | ||
Write ( string value ) : void | ||
WriteError ( object value ) : void | ||
WriteError ( string value ) : void | ||
WriteLine ( ) : void | ||
WriteLine ( object value ) : void | ||
WriteLine ( string value ) : void | ||
WriteWarning ( bool prependWarningText, string value ) : void | ||
WriteWarning ( string value ) : void |
Метод | Описание | |
---|---|---|
WriteColor ( |
public Confirm ( string description ) : bool | ||
description | string | |
Результат | bool |
public Log ( MessageLevel level, string message ) : void | ||
level | MessageLevel | |
message | string | |
Результат | void |
public PrintJustified ( int startIndex, string text ) : void | ||
startIndex | int | |
text | string | |
Результат | void |
public PrintJustified ( int startIndex, string text, int maxWidth ) : void | ||
startIndex | int | |
text | string | |
maxWidth | int | |
Результат | void |
public WriteWarning ( bool prependWarningText, string value ) : void | ||
prependWarningText | bool | |
value | string | |
Результат | void |
public WriteWarning ( string value ) : void | ||
value | string | |
Результат | void |