public sealed class PlaceholderCompiler : TessaCompilerBase<IPlaceholderCompilationContext>,
IPlaceholderCompiler, ITessaCompiler<IPlaceholderCompilationContext>
Public NotInheritable Class PlaceholderCompiler
Inherits TessaCompilerBase(Of IPlaceholderCompilationContext)
Implements IPlaceholderCompiler, ITessaCompiler(Of IPlaceholderCompilationContext)
public ref class PlaceholderCompiler sealed : public TessaCompilerBase<IPlaceholderCompilationContext^>,
IPlaceholderCompiler, ITessaCompiler<IPlaceholderCompilationContext^>
[<SealedAttribute>]
type PlaceholderCompiler =
class
inherit TessaCompilerBase<IPlaceholderCompilationContext>
interface IPlaceholderCompiler
interface ITessaCompiler<IPlaceholderCompilationContext>
end
PlaceholderCompiler | Инициализирует новый экземпляр класса. |
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) |