OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Region.Framework.Interfaces.ICommander Interface Reference
Inheritance diagram for OpenSim.Region.Framework.Interfaces.ICommander:
Inheritance graph
[legend]

Public Member Functions

void ProcessConsoleCommand (string function, string[] args)
 
void RegisterCommand (string commandName, ICommand command)
 
void Run (string function, object[] args)
 
string GenerateRuntimeAPI ()
 

Properties

string Name [get]
 
string Help [get]
 
Dictionary< string, ICommandCommands [get]
 The commands available for this commander More...
 

Detailed Description

Definition at line 32 of file ICommander.cs.

Member Function Documentation

string OpenSim.Region.Framework.Interfaces.ICommander.GenerateRuntimeAPI ( )
void OpenSim.Region.Framework.Interfaces.ICommander.ProcessConsoleCommand ( string  function,
string[]  args 
)
void OpenSim.Region.Framework.Interfaces.ICommander.RegisterCommand ( string  commandName,
ICommand  command 
)
void OpenSim.Region.Framework.Interfaces.ICommander.Run ( string  function,
object[]  args 
)

Property Documentation

Dictionary<string, ICommand> OpenSim.Region.Framework.Interfaces.ICommander.Commands
get

The commands available for this commander

Definition at line 47 of file ICommander.cs.

string OpenSim.Region.Framework.Interfaces.ICommander.Help
get

Provide general help information about this commander.

Definition at line 42 of file ICommander.cs.

string OpenSim.Region.Framework.Interfaces.ICommander.Name
get

The name of this commander

Definition at line 37 of file ICommander.cs.


The documentation for this interface was generated from the following file: