C# Класс JSIL.Try.SnippetCompiler

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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