C# Class inVtero.net.ConsoleUtils.PythonConsoleHost

Inheritance: ConsoleHost
Show file Open project: ShaneK2/inVtero.net Class Usage Examples

Public Methods

Method Description
RunConsole ( string Args ) : void

Runs the console.

RunREPL ( string Args ) : void

Protected Methods

Method Description
CreateCommandLine ( ) : CommandLine
CreateConsole ( ScriptEngine engine, CommandLine commandLine, ConsoleOptions options ) : IConsole
CreateOptionsParser ( ) : OptionsParser
CreateRuntimeSetup ( ) : ScriptRuntimeSetup
ExecuteInternal ( ) : void
ParseHostOptions ( string args ) : void

Method Details

CreateCommandLine() protected method

protected CreateCommandLine ( ) : CommandLine
return CommandLine

CreateConsole() protected method

protected CreateConsole ( ScriptEngine engine, CommandLine commandLine, ConsoleOptions options ) : IConsole
engine ScriptEngine
commandLine CommandLine
options ConsoleOptions
return IConsole

CreateOptionsParser() protected method

protected CreateOptionsParser ( ) : OptionsParser
return Microsoft.Scripting.Hosting.Shell.OptionsParser

CreateRuntimeSetup() protected method

protected CreateRuntimeSetup ( ) : ScriptRuntimeSetup
return Microsoft.Scripting.Hosting.ScriptRuntimeSetup

ExecuteInternal() protected method

protected ExecuteInternal ( ) : void
return void

ParseHostOptions() protected method

protected ParseHostOptions ( string args ) : void
args string
return void

RunConsole() public method

Runs the console.
public RunConsole ( string Args ) : void
Args string
return void

RunREPL() public static method

public static RunREPL ( string Args ) : void
Args string
return void