public sealed class CompilationSourceBuilder : ICompilationSourceBuilderPublic NotInheritable Class CompilationSourceBuilder
Implements ICompilationSourceBuilderpublic ref class CompilationSourceBuilder sealed : ICompilationSourceBuilder[<SealedAttribute>]
type CompilationSourceBuilder =
class
interface ICompilationSourceBuilder
end| CompilationSourceBuilder | Инициализирует новый экземпляр класса CompilationSourceBuilder |
| Length | Текущая длина строки без учета пространств имен, добавленных через [ICompilationSourceBuilder.Length]. |
| AddUsings(IEnumerableString) | Добавить конструкцию using _namespace; в начало |
| AddUsings(String) | Добавить конструкцию using _namespace; в начало |
| AddUsings(String) | Добавить конструкцию using _namespace; в начало |
| Append(IEnumerableString) | Добавить конструкцию using _namespace; в начало |
| Append(String) | Добавить участок кода в конец. |
| Append(String) | Добавить конструкцию using _namespace; в начало |
| AppendLine(IEnumerableString) | Добавить строки кода в конец. |
| AppendLine(String) | Добавить строку кода в конец |
| AppendLine(String) | Добавить строки кода в конец. |
| Build | Выполнить построение исходного кода. Все пространства имен будут помещены в начало с конструкицей using |
| 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) |
| SetID | Установить идентификатор исходного кода. |
| SetName | Установить имя для конструируемых исходных кодов. |
| ToString | Returns a string that represents the current object. (Унаследован от Object) |
| Get | (Определяется ComHelper) |
| InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
| Invoke | (Определяется ComHelper) |
| Set | (Определяется ComHelper) |