
Public Member Functions | |
| String | ConsumeParameter (ICommand first_command) |
| void | AddCommand (ICommand command) |
| void | WriteResponse (String text) |
Properties | |
| IContext | ShellContext [get, set] |
| ICommandLine | PreviousCommandLine [get, set] |
| ICommandLine | NextCommandLine [get, set] |
| ICommand[] | Commands [get] |
| byte[] | ResponseBuffer [get] |
| bool | Executed [get, set] |
| String Core.Shell.Interfaces.ICommandLine.ConsumeParameter | ( | ICommand | first_command | ) |
| void Core.Shell.Interfaces.ICommandLine.AddCommand | ( | ICommand | command | ) |
| void Core.Shell.Interfaces.ICommandLine.WriteResponse | ( | String | text | ) |
Implemented in Core.Shell.CommandLine.
IContext Core.Shell.Interfaces.ICommandLine.ShellContext [get, set] |
Implemented in Core.Shell.CommandLine.
ICommandLine Core.Shell.Interfaces.ICommandLine.PreviousCommandLine [get, set] |
Implemented in Core.Shell.CommandLine.
ICommandLine Core.Shell.Interfaces.ICommandLine.NextCommandLine [get, set] |
Implemented in Core.Shell.CommandLine.
ICommand [] Core.Shell.Interfaces.ICommandLine.Commands [get] |
Implemented in Core.Shell.CommandLine.
byte [] Core.Shell.Interfaces.ICommandLine.ResponseBuffer [get] |
Implemented in Core.Shell.CommandLine.
bool Core.Shell.Interfaces.ICommandLine.Executed [get, set] |
Implemented in Core.Shell.CommandLine.