Name |
Description |
CommandCall |
The CommandCall class is used to parse a command from a text line to give easy access to its parameters. |
Completion |
The Completion struct is used for the ConsoleTerminal autocompletition. |
ConsoleTable |
Handles building of Console Tables. |
ConsoleTerminal |
This class allows the TerminalExtension to use the local Console as as a terminal for a user. |
ConsoleTerminal.Handler |
The Handler struct is used to save a special key and its handlermethod. |
ConsoleTerminal.WriteRequest |
The WriteRequest struct is used by the ConsoleTerminal to cache requests to the Write method. |
History |
The History saves a list of typed commands on the console and provides methods to switch through the saved commands. |
LineEditor |
|
LineEditor.Handler |
|
TerminalCommand |
By inheriting from the TerminalCommand class, you can write your own commands for the TerminalExtension. |
TerminalCommandAttribute |
Description of TerminalCommandAttribute. |
TerminalExtension |
|