|
List< string > | GetHelp (string[] cmd) |
| Get help for the given help string More...
|
|
void | AddCommand (string module, bool shared, string command, string help, string longhelp, CommandDelegate fn) |
| Add a command to those which can be invoked from the console. More...
|
|
void | AddCommand (string module, bool shared, string command, string help, string longhelp, string descriptivehelp, CommandDelegate fn) |
| Add a command to those which can be invoked from the console. More...
|
|
string[] | FindNextOption (string[] cmd, bool term) |
|
bool | HasCommand (string command) |
| Has the given command already been registered? More...
|
|
string[] | Resolve (string[] cmd) |
|
XmlElement | GetXml (XmlDocument doc) |
|
void | FromXml (XmlElement root, CommandDelegate fn) |
|
|
const string | GeneralHelpText = "To enter an argument that contains spaces, surround the argument with double quotes.\nFor example, show object name \"My long object name\"\n" |
|
const string | ItemHelpText |
|
Definition at line 42 of file CommandConsole.cs.
void OpenSim.Framework.Console.Commands.AddCommand |
( |
string |
module, |
|
|
bool |
shared, |
|
|
string |
command, |
|
|
string |
help, |
|
|
string |
longhelp, |
|
|
CommandDelegate |
fn |
|
) |
| |
|
inline |
void OpenSim.Framework.Console.Commands.AddCommand |
( |
string |
module, |
|
|
bool |
shared, |
|
|
string |
command, |
|
|
string |
help, |
|
|
string |
longhelp, |
|
|
string |
descriptivehelp, |
|
|
CommandDelegate |
fn |
|
) |
| |
|
inline |
string [] OpenSim.Framework.Console.Commands.FindNextOption |
( |
string[] |
cmd, |
|
|
bool |
term |
|
) |
| |
|
inline |
void OpenSim.Framework.Console.Commands.FromXml |
( |
XmlElement |
root, |
|
|
CommandDelegate |
fn |
|
) |
| |
|
inline |
List<string> OpenSim.Framework.Console.Commands.GetHelp |
( |
string[] |
cmd | ) |
|
|
inline |
XmlElement OpenSim.Framework.Console.Commands.GetXml |
( |
XmlDocument |
doc | ) |
|
|
inline |
bool OpenSim.Framework.Console.Commands.HasCommand |
( |
string |
command | ) |
|
|
inline |
string [] OpenSim.Framework.Console.Commands.Resolve |
( |
string[] |
cmd | ) |
|
|
inline |
const string OpenSim.Framework.Console.Commands.GeneralHelpText = "To enter an argument that contains spaces, surround the argument with double quotes.\nFor example, show object name \"My long object name\"\n" |
const string OpenSim.Framework.Console.Commands.ItemHelpText |
Initial value:= @"For more information, type 'help all' to get a list of all commands,
or type help <item>' where <item> is one of the following:"
Definition at line 86 of file CommandConsole.cs.
The documentation for this class was generated from the following file: