C# Class PythonConsoleHost, iron

Inheritance: ConsoleHost
Afficher le fichier Open project: jschementi/iron Class Usage Examples

Méthodes protégées

Méthode Description
CreateCommandLine ( ) : CommandLine
CreateOptionsParser ( ) : OptionsParser
CreateRuntimeSetup ( ) : ScriptRuntimeSetup
ExecuteInternal ( ) : void
ParseHostOptions ( string args ) : void

Private Methods

Méthode Description
Main ( string args ) : int

Method Details

CreateCommandLine() protected méthode

protected CreateCommandLine ( ) : CommandLine
Résultat CommandLine

CreateOptionsParser() protected méthode

protected CreateOptionsParser ( ) : OptionsParser
Résultat Microsoft.Scripting.Hosting.Shell.OptionsParser

CreateRuntimeSetup() protected méthode

protected CreateRuntimeSetup ( ) : ScriptRuntimeSetup
Résultat Microsoft.Scripting.Hosting.ScriptRuntimeSetup

ExecuteInternal() protected méthode

protected ExecuteInternal ( ) : void
Résultat void

ParseHostOptions() protected méthode

protected ParseHostOptions ( string args ) : void
args string
Résultat void