public abstract class TessaCompilerBase<T> : ITessaCompiler<T>
Public MustInherit Class TessaCompilerBase(Of T)
Implements ITessaCompiler(Of T)
generic<typename T>
public ref class TessaCompilerBase abstract : ITessaCompiler<T>
[<AbstractClassAttribute>]
type TessaCompilerBase<'T> =
class
interface ITessaCompiler<'T>
end
TessaCompilerBaseT | Инициализирует новый экземпляр класса. |
Compiler | |
DefaultIgnoreWarnings | Список кодов игнорируемых по умолчанию предупреждений. |
DefaultReferences | Список подключаемых по умолчанию зависимостей. |
DefaultStatics | Список подключаемых по умолчанию статических пространств имён. |
DefaultUsings | Список подключаемых по умолчанию пространств имён. |
CompileAsync | Выполняет компиляцию объектов системы в соответствии с заданным контекстом. |
CreateContext | Создаёт контекст компилятора. |
CreateTessaCompilationResultAsync | Создаёт объект ITessaCompilationResult с результатами компиляции. |
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 к использованию. |
PrepareValidationResultAsync | Создаёт объект ValidationResult с результатами компиляции. |
ToString | Returns a string that represents the current object. (Унаследован от Object) |