C# 클래스 fitSharp.Slim.Service.Interpreter

파일 보기 프로젝트 열기: jediwhale/fitsharp 1 사용 예제들

공개 메소드들

메소드 설명
Interpreter ( Messenger messenger, string assemblyPaths, Service processor ) : System.Linq
ProcessInstructions ( ) : void

비공개 메소드들

메소드 설명
AddAssemblies ( ) : void
Execute ( string instruction ) : string
ExecuteInstruction ( string instruction ) : string
ExecuteInstructions ( Tree instructions ) : Tree
FormatException ( System e ) : string

메소드 상세

Interpreter() 공개 메소드

public Interpreter ( Messenger messenger, string assemblyPaths, Service processor ) : System.Linq
messenger Messenger
assemblyPaths string
processor Service
리턴 System.Linq

ProcessInstructions() 공개 메소드

public ProcessInstructions ( ) : void
리턴 void