C# Class JSIL.Try.SnippetCompiler

Afficher le fichier Open project: sq/JSIL

Méthodes publiques

Свойство Type Description
AssemblyCache AssemblyCache
CachedTypeInfo ThreadLocal
NextDomainId int
NextTempDirId int
PendingCompiles int

Méthodes publiques

Méthode Description
Compile ( string csharp, bool deleteTempFiles ) : CompiledSnippet

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

Private Methods

Méthode Description
CompileAssembly ( string tempPath, string csharp, string &compilerOutput, string &resultPath, string &resultFullName, string &entryPoint ) : void

Method Details

Compile() public static méthode

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
Résultat CompiledSnippet

Property Details

AssemblyCache public_oe static_oe property

public static AssemblyCache AssemblyCache
Résultat AssemblyCache

CachedTypeInfo public_oe static_oe property

public static ThreadLocal CachedTypeInfo
Résultat ThreadLocal

NextDomainId public_oe static_oe property

public static int NextDomainId
Résultat int

NextTempDirId public_oe static_oe property

public static int NextTempDirId
Résultat int

PendingCompiles public_oe static_oe property

public static int PendingCompiles
Résultat int