RefGroupScriptCompiler - класс

Объект, выполняющий компиляцию скриптов "Групп ссылок".

Definition

Пространство имён: Tessa.Compilation.RefGroups
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 4.0.4
C#
public sealed class RefGroupScriptCompiler : TessaCompilerBase<IRefGroupCompilationContext>, 
	IRefGroupScriptCompiler, ITessaCompiler<IRefGroupCompilationContext>
Inheritance
Object    TessaCompilerBaseIRefGroupCompilationContext    RefGroupScriptCompiler
Implements
ITessaCompilerIRefGroupCompilationContext, IRefGroupScriptCompiler

Конструкторы

RefGroupScriptCompilerИнициализирует новый экземпляр класса RefGroupScriptCompiler

Свойства

Compiler
(Унаследован от TessaCompilerBaseT)
DefaultIgnoreWarnings Список кодов игнорируемых по умолчанию предупреждений.
(Унаследован от TessaCompilerBaseT)
DefaultReferences Список подключаемых по умолчанию зависимостей.
(Унаследован от TessaCompilerBaseT)
DefaultStatics Список подключаемых по умолчанию статических пространств имён.
(Унаследован от TessaCompilerBaseT)
DefaultUsings Список подключаемых по умолчанию пространств имён.
(Унаследован от TessaCompilerBaseT)

Методы

CompileAsync Выполняет компиляцию объектов системы в соответствии с заданным контекстом.
(Унаследован от TessaCompilerBaseT)
CreateContext Создаёт контекст компилятора.
(Переопределяет TessaCompilerBaseTCreateContext)
CreateTessaCompilationResultAsync Создаёт объект ITessaCompilationResult с результатами компиляции.
(Унаследован от TessaCompilerBaseT)
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
PrepareCompilationContextAsync Подготавливает ICompilationContext к использованию.
(Переопределяет TessaCompilerBaseTPrepareCompilationContextAsync(T, ICompilationContext, CancellationToken))
PrepareValidationResultAsync Создаёт объект ValidationResult с результатами компиляции.
(Переопределяет TessaCompilerBaseTPrepareValidationResultAsync(T, ICompilationResult, CancellationToken))
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также