C# Класс inVtero.net.ConsoleUtils.PythonConsoleHost

Наследование: ConsoleHost
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
RunConsole ( string Args ) : void

Runs the console.

RunREPL ( string Args ) : void

Защищенные методы

Метод Описание
CreateCommandLine ( ) : CommandLine
CreateConsole ( ScriptEngine engine, CommandLine commandLine, ConsoleOptions options ) : IConsole
CreateOptionsParser ( ) : OptionsParser
CreateRuntimeSetup ( ) : ScriptRuntimeSetup
ExecuteInternal ( ) : void
ParseHostOptions ( string args ) : void

Описание методов

CreateCommandLine() защищенный Метод

protected CreateCommandLine ( ) : CommandLine
Результат CommandLine

CreateConsole() защищенный Метод

protected CreateConsole ( ScriptEngine engine, CommandLine commandLine, ConsoleOptions options ) : IConsole
engine ScriptEngine
commandLine CommandLine
options ConsoleOptions
Результат IConsole

CreateOptionsParser() защищенный Метод

protected CreateOptionsParser ( ) : OptionsParser
Результат Microsoft.Scripting.Hosting.Shell.OptionsParser

CreateRuntimeSetup() защищенный Метод

protected CreateRuntimeSetup ( ) : ScriptRuntimeSetup
Результат Microsoft.Scripting.Hosting.ScriptRuntimeSetup

ExecuteInternal() защищенный Метод

protected ExecuteInternal ( ) : void
Результат void

ParseHostOptions() защищенный Метод

protected ParseHostOptions ( string args ) : void
args string
Результат void

RunConsole() публичный Метод

Runs the console.
public RunConsole ( string Args ) : void
Args string
Результат void

RunREPL() публичный статический Метод

public static RunREPL ( string Args ) : void
Args string
Результат void