Свойство | Тип | Описание | |
---|---|---|---|
Engine | string |
Метод | Описание | |
---|---|---|
AddEntry ( string commandString, Action |
|
|
Execute ( string commandString ) : bool |
|
|
HelpAll ( ) : string |
|
|
HelpText ( string commandString ) : string |
|
Метод | Описание | |
---|---|---|
MaxCommandLength ( ) : int |
Returns the length of the longest console command (for padding the output)
|
public AddEntry ( string commandString, Action |
||
commandString | string | /// |
command | Action |
/// |
Результат | void |
public Execute ( string commandString ) : bool | ||
commandString | string | /// |
Результат | bool |
public HelpText ( string commandString ) : string | ||
commandString | string | /// |
Результат | string |