Name |
Description |
CommandConsole |
A console that processes commands internally |
Commands |
|
Commands.CommandInfo |
Encapsulates a command that can be invoked from the console |
Commands.CommandSet |
|
ConsoleConnection |
|
ConsolePluginCommand |
Holder object for a new console plugin command Override the methods like Run and IsHelpfull (but the defaults might work ok.) |
GUIConsole |
This is a special class designed to take over control of the command console prompt of the server instance to allow for the input and output to the server to be redirected by an external application, in this case a GUI based application on Windows. |
LocalConsole |
A console that uses cursor control and color |
MainConsole |
|
MockConsole |
This is a Fake console that's used when setting up the Scene in Unit Tests Don't use this except for Unit Testing or you're in for a world of hurt when the sim gets to ReadLine |
Parser |
|
RemoteConsole |
|