C# 클래스 PythonConsoleHost, iron

상속: ConsoleHost
파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

보호된 메소드들

메소드 설명
CreateCommandLine ( ) : CommandLine
CreateOptionsParser ( ) : OptionsParser
CreateRuntimeSetup ( ) : ScriptRuntimeSetup
ExecuteInternal ( ) : void
ParseHostOptions ( string args ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : int

메소드 상세

CreateCommandLine() 보호된 메소드

protected CreateCommandLine ( ) : CommandLine
리턴 CommandLine

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