C# 클래스 JSIL.Try.SnippetCompiler

파일 보기 프로젝트 열기: sq/JSIL

공개 프로퍼티들

프로퍼티 타입 설명
AssemblyCache AssemblyCache
CachedTypeInfo ThreadLocal
NextDomainId int
NextTempDirId int
PendingCompiles int

공개 메소드들

메소드 설명
Compile ( string csharp, bool deleteTempFiles ) : CompiledSnippet

Compiles the provided C# and then translates it into JavaScript. On success, returns the JS. On failure, throws.

비공개 메소드들

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

메소드 상세

Compile() 공개 정적인 메소드

Compiles the provided C# and then translates it into JavaScript. On success, returns the JS. On failure, throws.
public static Compile ( string csharp, bool deleteTempFiles ) : CompiledSnippet
csharp string
deleteTempFiles bool
리턴 CompiledSnippet

프로퍼티 상세

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

public static AssemblyCache AssemblyCache
리턴 AssemblyCache

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

public static ThreadLocal CachedTypeInfo
리턴 ThreadLocal

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

public static int NextDomainId
리턴 int

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

public static int NextTempDirId
리턴 int

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

public static int PendingCompiles
리턴 int