CompilationSource - класс

Объект, инкапсулирующий элемент компиляции.

Definition

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

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

CompilationSource(String, CompilationUnitSyntax, IEnumerableString) Создаёт экземпляр класса с указанными параметрами.
CompilationSource(Guid, String, CompilationUnitSyntax, IEnumerableString) Создаёт экземпляр класса с указанными параметрами.

Свойства

CompilationUnit Исходный код.
ID Идентификатор исходного кода. Устанавливается в объекте и прописывается комментарием в исходном коде для установления соответствия.
Name Имя.
RequiredReferences Требуемые референсы.

Методы

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)

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

AppendStatics
(Определяется CompilationSourceExtensions)
AppendUsings
(Определяется CompilationSourceExtensions)
Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Normalize
(Определяется CompilationSourceExtensions)
Set
(Определяется ComHelper)
SetSourceID
(Определяется CompilationSourceExtensions)
WithCompilationUnit
(Определяется CompilationSourceExtensions)

См. также