Метод | Описание | |
---|---|---|
RunConsole ( string Args ) : void |
Runs the console.
|
|
RunREPL ( string Args ) : void |
Метод | Описание | |
---|---|---|
CreateCommandLine ( ) : CommandLine | ||
CreateConsole ( ScriptEngine engine, CommandLine commandLine, ConsoleOptions options ) : IConsole | ||
CreateOptionsParser ( ) : |
||
CreateRuntimeSetup ( ) : |
||
ExecuteInternal ( ) : void | ||
ParseHostOptions ( string args ) : void |
protected CreateCommandLine ( ) : CommandLine | ||
Результат | CommandLine |
protected CreateConsole ( ScriptEngine engine, CommandLine commandLine, ConsoleOptions options ) : IConsole | ||
engine | ScriptEngine | |
commandLine | CommandLine | |
options | ConsoleOptions | |
Результат | IConsole |
protected CreateOptionsParser ( ) : |
||
Результат |
protected CreateRuntimeSetup ( ) : |
||
Результат |
protected ParseHostOptions ( string args ) : void | ||
args | string | |
Результат | void |
public static RunREPL ( string Args ) : void | ||
Args | string | |
Результат | void |