OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
OpenSim.Framework.ICommands Member List

This is the complete list of members for OpenSim.Framework.ICommands, including all inherited members.

AddCommand(string module, bool shared, string command, string help, string longhelp, CommandDelegate fn)OpenSim.Framework.ICommands
AddCommand(string module, bool shared, string command, string help, string longhelp, string descriptivehelp, CommandDelegate fn)OpenSim.Framework.ICommands
FindNextOption(string[] command, bool term)OpenSim.Framework.ICommands
FromXml(XmlElement root, CommandDelegate fn)OpenSim.Framework.ICommands
GetHelp(string[] cmd)OpenSim.Framework.ICommands
GetXml(XmlDocument doc)OpenSim.Framework.ICommands
HasCommand(string command)OpenSim.Framework.ICommands
Resolve(string[] command)OpenSim.Framework.ICommands