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