Method | Description | |
---|---|---|
RunConsole ( string Args ) : void |
Runs the console.
|
|
RunREPL ( string Args ) : void |
Method | Description | |
---|---|---|
CreateCommandLine ( ) : CommandLine | ||
CreateConsole ( ScriptEngine engine, CommandLine commandLine, ConsoleOptions options ) : IConsole | ||
CreateOptionsParser ( ) : |
||
CreateRuntimeSetup ( ) : |
||
ExecuteInternal ( ) : void | ||
ParseHostOptions ( string args ) : void |
protected CreateCommandLine ( ) : CommandLine | ||
return | CommandLine |
protected CreateConsole ( ScriptEngine engine, CommandLine commandLine, ConsoleOptions options ) : IConsole | ||
engine | ScriptEngine | |
commandLine | CommandLine | |
options | ConsoleOptions | |
return | IConsole |
protected CreateOptionsParser ( ) : |
||
return |
protected CreateRuntimeSetup ( ) : |
||
return |
protected ParseHostOptions ( string args ) : void | ||
args | string | |
return | void |