C# 클래스 MonoReports.Services.CompilerService.LanguageCompiler

파일 보기 프로젝트 열기: modesto/monoreports

공개 프로퍼티들

프로퍼티 타입 설명
ResultObject object

공개 메소드들

메소드 설명
AddReferencedAssembly ( string assembly ) : void
CompileCode ( ) : bool
LanguageCompiler ( LangType lang, bool generateExecutable, bool generateInMemory, bool includeDebugInformation ) : System
RunCode ( string className, string methodName, object arguments ) : bool
replaceTokens ( string key, string value ) : void

메소드 상세

AddReferencedAssembly() 공개 메소드

public AddReferencedAssembly ( string assembly ) : void
assembly string
리턴 void

CompileCode() 공개 메소드

public CompileCode ( ) : bool
리턴 bool

LanguageCompiler() 공개 메소드

public LanguageCompiler ( LangType lang, bool generateExecutable, bool generateInMemory, bool includeDebugInformation ) : System
lang LangType
generateExecutable bool
generateInMemory bool
includeDebugInformation bool
리턴 System

RunCode() 공개 메소드

public RunCode ( string className, string methodName, object arguments ) : bool
className string
methodName string
arguments object
리턴 bool

replaceTokens() 공개 메소드

public replaceTokens ( string key, string value ) : void
key string
value string
리턴 void

프로퍼티 상세

ResultObject 공개적으로 프로퍼티

public object ResultObject
리턴 object