Property | Type | Description | |
---|---|---|---|
Aliases | |||
CommandFamilyBlurbs | string[] | ||
Commands | |||
CommandsByFamily | System.Collections.ArrayList[] | ||
Completer | |||
Interpreter |
Method | Description | |
---|---|---|
Engine ( |
||
Error ( string fmt ) : void | ||
Get ( string s, |
||
ParseArguments ( |
||
RegisterAlias ( string s, |
||
RegisterCommand ( string s, |
Method | Description | |
---|---|---|
Engine ( ) : System |
public Engine ( |
||
interpreter | ||
return | System |
public Get ( string s, |
||
s | string | |
args | ||
return |
public ParseArguments ( |
||
c | ||
args | ||
return |
public RegisterAlias ( string s, |
||
s | string | |
t | ||
return | void |
public RegisterCommand ( string s, |
||
s | string | |
t | ||
return | void |
public Hashtable,System.Collections Aliases | ||
return |
public static string[] CommandFamilyBlurbs | ||
return | string[] |
public Hashtable,System.Collections Commands | ||
return |
public static ArrayList[],System.Collections CommandsByFamily | ||
return | System.Collections.ArrayList[] |