ConditionCompilationResult - класс

Результат компиляции типов условий

Definition

Пространство имён: Tessa.Compilation.Conditions
Сборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.23
C#
[SerializableAttribute]
public sealed class ConditionCompilationResult : IConditionCompilationResult
Inheritance
Object    ConditionCompilationResult
Implements
IConditionCompilationResult

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

ConditionCompilationResult(Byte[])Инициализирует новый экземпляр класса ConditionCompilationResult
ConditionCompilationResult(ICompilationResult, ValidationResult)Инициализирует новый экземпляр класса ConditionCompilationResult

Свойства

AssemblyBytes Массив байт сборки. Генерируется, если при компиляции была задана генерация файла сборки.
BuildDate 
BuildVersion 
Conditions Набор скомпилированных условий
ValidationResult Результат валидации компиляции

Методы

CheckVersion Метод для проверки версии результата процесса
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)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

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

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также