C# 클래스 inVtero.net.ConsoleUtils.PythonConsoleHost

상속: ConsoleHost
파일 보기 프로젝트 열기: ShaneK2/inVtero.net 1 사용 예제들

공개 메소드들

메소드 설명
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