C# 클래스 uREPL.Evaluator

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

공개 메소드들

메소드 설명
Evaluate ( string code, bool autoCompleteComma = true ) : CompileResult
GetCompletions ( string input, string &prefix ) : string[]
GetUsing ( ) : string
GetVars ( ) : string
Initialize ( ) : void

비공개 메소드들

메소드 설명
Create ( ) : void
ReferenceAllAssemblies ( ) : void
SetUsings ( ) : void
ShowUsing ( ) : void
ShowVars ( ) : void

메소드 상세

Evaluate() 공개 정적인 메소드

public static Evaluate ( string code, bool autoCompleteComma = true ) : CompileResult
code string
autoCompleteComma bool
리턴 CompileResult

GetCompletions() 공개 정적인 메소드

public static GetCompletions ( string input, string &prefix ) : string[]
input string
prefix string
리턴 string[]

GetUsing() 공개 정적인 메소드

public static GetUsing ( ) : string
리턴 string

GetVars() 공개 정적인 메소드

public static GetVars ( ) : string
리턴 string

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void