C# Class PythonConsoleHost, iron

Inheritance: ConsoleHost
Show file Open project: jschementi/iron Class Usage Examples

Protected Methods

Method Description
CreateCommandLine ( ) : CommandLine
CreateOptionsParser ( ) : OptionsParser
CreateRuntimeSetup ( ) : ScriptRuntimeSetup
ExecuteInternal ( ) : void
ParseHostOptions ( string args ) : void

Private Methods

Method Description
Main ( string args ) : int

Method Details

CreateCommandLine() protected method

protected CreateCommandLine ( ) : CommandLine
return CommandLine

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