Property | Type | Description | |
---|---|---|---|
Commands |
Method | Description | |
---|---|---|
CommandConsole ( string defaultPrompt ) : System | ||
Prompt ( ) : void |
Display a command prompt on the console and wait for user input
|
|
ReadLine ( string p, bool isCommand, bool e ) : string | ||
RunCommand ( string cmd ) : void |
Method | Description | |
---|---|---|
Help ( string module, string cmd ) : void |
public CommandConsole ( string defaultPrompt ) : System | ||
defaultPrompt | string | |
return | System |
public ReadLine ( string p, bool isCommand, bool e ) : string | ||
p | string | |
isCommand | bool | |
e | bool | |
return | string |