C# Class inVtero.net.ConsoleUtils.PythonConsoleHost

Inheritance: ConsoleHost
Afficher le fichier Open project: ShaneK2/inVtero.net Class Usage Examples

Méthodes publiques

Méthode Description
RunConsole ( string Args ) : void

Runs the console.

RunREPL ( string Args ) : void

Méthodes protégées

Méthode 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 méthode

protected CreateCommandLine ( ) : CommandLine
Résultat CommandLine

CreateConsole() protected méthode

protected CreateConsole ( ScriptEngine engine, CommandLine commandLine, ConsoleOptions options ) : IConsole
engine ScriptEngine
commandLine CommandLine
options ConsoleOptions
Résultat IConsole

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

RunConsole() public méthode

Runs the console.
public RunConsole ( string Args ) : void
Args string
Résultat void

RunREPL() public static méthode

public static RunREPL ( string Args ) : void
Args string
Résultat void