public sealed class KrVirtualFileCompiler : TessaCompilerBase<IKrVirtualFileCompilationContext>,
IKrVirtualFileCompiler, ITessaCompiler<IKrVirtualFileCompilationContext>
Public NotInheritable Class KrVirtualFileCompiler
Inherits TessaCompilerBase(Of IKrVirtualFileCompilationContext)
Implements IKrVirtualFileCompiler, ITessaCompiler(Of IKrVirtualFileCompilationContext)
public ref class KrVirtualFileCompiler sealed : public TessaCompilerBase<IKrVirtualFileCompilationContext^>,
IKrVirtualFileCompiler, ITessaCompiler<IKrVirtualFileCompilationContext^>
[<SealedAttribute>]
type KrVirtualFileCompiler =
class
inherit TessaCompilerBase<IKrVirtualFileCompilationContext>
interface IKrVirtualFileCompiler
interface ITessaCompiler<IKrVirtualFileCompilationContext>
end
KrVirtualFileCompiler | Инициализирует новый экземпляр класса. |
Compiler | (Унаследован от TessaCompilerBaseT) |
DefaultIgnoreWarnings |
Список кодов игнорируемых по умолчанию предупреждений.
(Унаследован от TessaCompilerBaseT) |
DefaultReferences |
Список подключаемых по умолчанию зависимостей.
(Унаследован от TessaCompilerBaseT) |
DefaultStatics |
Список подключаемых по умолчанию статических пространств имён.
(Унаследован от TessaCompilerBaseT) |
DefaultUsings |
Список подключаемых по умолчанию пространств имён.
(Унаследован от TessaCompilerBaseT) |
CompileAsync |
Выполняет компиляцию объектов системы в соответствии с заданным контекстом.
(Унаследован от TessaCompilerBaseT) |
CreateContext |
Создаёт контекст компилятора.
(Переопределяет TessaCompilerBaseTCreateContext) |
CreateTessaCompilationResultAsync |
Создаёт объект ITessaCompilationResult с результатами компиляции.
(Унаследован от TessaCompilerBaseT) |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
PrepareCompilationContextAsync |
Подготавливает ICompilationContext к использованию.
(Переопределяет TessaCompilerBaseTPrepareCompilationContextAsync(T, ICompilationContext, CancellationToken)) |
PrepareValidationResultAsync |
Создаёт объект ValidationResult с результатами компиляции.
(Переопределяет TessaCompilerBaseTPrepareValidationResultAsync(T, ICompilationResult, CancellationToken)) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |