
Public Member Functions | |
| void | ClearBuffer () |
| void | Write (String text) |
| void | Initialize (ShellFactory factory) |
| void | AddCommandLine (ICommandLine command_line) |
| void | SetBool (String param_name, bool value) |
| bool | GetBool (String param_name) |
| void | SetObject (String param_name, object value) |
| object | GetObject (String param_name) |
Properties | |
| String | ResponseBuffer [get] |
| bool | RequireAuthentication [get, set] |
| bool | IsAuthenticated [get, set] |
| bool | RequireBoot [get, set] |
| bool | IsBooted [get, set] |
| List< ICommandLine > | CommandLines [get] |
| ICommandLine | CurrentCommandLine [get, set] |
| ICommandLine | PreviousCommandLine [get, set] |
| String | this [String session_param_name] [get, set] |
| void Core.Shell.Interfaces.IContext.ClearBuffer | ( | ) |
Implemented in Core.Shell.ShellContext.
| void Core.Shell.Interfaces.IContext.Write | ( | String | text | ) |
Implemented in Core.Shell.ShellContext.
| void Core.Shell.Interfaces.IContext.Initialize | ( | ShellFactory | factory | ) |
Implemented in Core.Shell.ShellContext.
| void Core.Shell.Interfaces.IContext.AddCommandLine | ( | ICommandLine | command_line | ) |
Implemented in Core.Shell.ShellContext.
| void Core.Shell.Interfaces.IContext.SetBool | ( | String | param_name, | |
| bool | value | |||
| ) |
Implemented in Core.Shell.ShellContext.
| bool Core.Shell.Interfaces.IContext.GetBool | ( | String | param_name | ) |
Implemented in Core.Shell.ShellContext.
| void Core.Shell.Interfaces.IContext.SetObject | ( | String | param_name, | |
| object | value | |||
| ) |
Implemented in Core.Shell.ShellContext.
| object Core.Shell.Interfaces.IContext.GetObject | ( | String | param_name | ) |
Implemented in Core.Shell.ShellContext.
String Core.Shell.Interfaces.IContext.ResponseBuffer [get] |
Implemented in Core.Shell.ShellContext.
bool Core.Shell.Interfaces.IContext.RequireAuthentication [get, set] |
Implemented in Core.Shell.ShellContext.
bool Core.Shell.Interfaces.IContext.IsAuthenticated [get, set] |
Implemented in Core.Shell.ShellContext.
bool Core.Shell.Interfaces.IContext.RequireBoot [get, set] |
Implemented in Core.Shell.ShellContext.
bool Core.Shell.Interfaces.IContext.IsBooted [get, set] |
Implemented in Core.Shell.ShellContext.
List<ICommandLine> Core.Shell.Interfaces.IContext.CommandLines [get] |
Implemented in Core.Shell.ShellContext.
ICommandLine Core.Shell.Interfaces.IContext.CurrentCommandLine [get, set] |
Implemented in Core.Shell.ShellContext.
ICommandLine Core.Shell.Interfaces.IContext.PreviousCommandLine [get, set] |
Implemented in Core.Shell.ShellContext.
String Core.Shell.Interfaces.IContext.this[String session_param_name] [get, set] |
Implemented in Core.Shell.ShellContext.