C# 클래스 JSIL.Try.CompileWorker

상속: System.MarshalByRefObject, ICompileWorker
파일 보기 프로젝트 열기: sq/JSIL

공개 프로퍼티들

프로퍼티 타입 설명
AssemblyReferences string[]

공개 메소드들

메소드 설명
CompileAssembly ( string tempPath, string csharp, string &compilerOutput, string &resultPath, string &resultFullName, string &entryPoint ) : void

비공개 메소드들

메소드 설명
GetFullName ( Type type ) : string

메소드 상세

CompileAssembly() 공개 메소드

public CompileAssembly ( string tempPath, string csharp, string &compilerOutput, string &resultPath, string &resultFullName, string &entryPoint ) : void
tempPath string
csharp string
compilerOutput string
resultPath string
resultFullName string
entryPoint string
리턴 void

프로퍼티 상세

AssemblyReferences 공개적으로 정적으로 프로퍼티

public static string[] AssemblyReferences
리턴 string[]