
Public Member Functions | |
| CommandLine () | |
| void | WriteResponse (String text) |
| String | ConsumeParameter (Interfaces.ICommand command) |
| void | AddCommand (Interfaces.ICommand command) |
Properties | |
| Interfaces.IContext | ShellContext [get, set] |
| bool | Executed [get, set] |
| byte[] | ResponseBuffer [get] |
| Interfaces.ICommand[] | Commands [get] |
| Interfaces.ICommandLine | PreviousCommandLine [get, set] |
| Interfaces.ICommandLine | NextCommandLine [get, set] |
Private Attributes | |
| bool | executed = false |
| Interfaces.ICommandLine | previous_command_line = null |
| Interfaces.ICommandLine | next_command_line = null |
| List< Interfaces.ICommand > | CommandList = null |
| System.IO.MemoryStream | response_stream = null |
| Interfaces.IContext | shell_context = null |
| int | consumed_parameters = 0 |
| Core.Shell.CommandLine.CommandLine | ( | ) |
| void Core.Shell.CommandLine.WriteResponse | ( | String | text | ) |
Implements Core.Shell.Interfaces.ICommandLine.
| String Core.Shell.CommandLine.ConsumeParameter | ( | Interfaces.ICommand | command | ) |
| void Core.Shell.CommandLine.AddCommand | ( | Interfaces.ICommand | command | ) |
bool Core.Shell.CommandLine.executed = false [private] |
Interfaces.ICommandLine Core.Shell.CommandLine.previous_command_line = null [private] |
Interfaces.ICommandLine Core.Shell.CommandLine.next_command_line = null [private] |
List<Interfaces.ICommand> Core.Shell.CommandLine.CommandList = null [private] |
System.IO.MemoryStream Core.Shell.CommandLine.response_stream = null [private] |
Interfaces.IContext Core.Shell.CommandLine.shell_context = null [private] |
int Core.Shell.CommandLine.consumed_parameters = 0 [private] |
Interfaces.IContext Core.Shell.CommandLine.ShellContext [get, set] |
Implements Core.Shell.Interfaces.ICommandLine.
bool Core.Shell.CommandLine.Executed [get, set] |
Implements Core.Shell.Interfaces.ICommandLine.
byte [] Core.Shell.CommandLine.ResponseBuffer [get] |
Implements Core.Shell.Interfaces.ICommandLine.
Interfaces.ICommand [] Core.Shell.CommandLine.Commands [get] |
Implements Core.Shell.Interfaces.ICommandLine.
Interfaces.ICommandLine Core.Shell.CommandLine.PreviousCommandLine [get, set] |
Implements Core.Shell.Interfaces.ICommandLine.
Interfaces.ICommandLine Core.Shell.CommandLine.NextCommandLine [get, set] |
Implements Core.Shell.Interfaces.ICommandLine.