[ConsoleRegistratorAttribute(ExtensionStage.AfterPlatform)]
public sealed class CommandRegistrator : ConsoleRegistratorBase
<ConsoleRegistratorAttribute(ExtensionStage.AfterPlatform)>
Public NotInheritable Class CommandRegistrator
Inherits ConsoleRegistratorBase
[ConsoleRegistratorAttribute(ExtensionStage::AfterPlatform)]
public ref class CommandRegistrator sealed : public ConsoleRegistratorBase
[<SealedAttribute>]
[<ConsoleRegistratorAttribute(ExtensionStage.AfterPlatform)>]
type CommandRegistrator =
class
inherit ConsoleRegistratorBase
end
CommandRegistrator | Инициализирует новый экземпляр класса CommandRegistrator |
CommandContext | Контекст команд, в котором выполняется регистрация. (Унаследован от ConsoleRegistratorBase) |
IsSealed | Признак того, что объект был защищён от изменений. (Унаследован от ConsoleRegistratorBase) |
CheckSealed |
Выбрасывает исключение [Tessa.Platform.ObjectSealedException],
если объект был защищён от изменений.
(Унаследован от ConsoleRegistratorBase) |
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) |
FinalizeRegistration | Завершает регистрацию после того, как все команды инициализированы. (Унаследован от ConsoleRegistratorBase) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InitializeRegistration | Инициализирует регистрацию перед тем, как какие-либо команды были добавлены. (Унаследован от ConsoleRegistratorBase) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
RegisterCommands | (Переопределяет ConsoleRegistratorBaseRegisterCommands) |
Seal | Защищает объект от изменений. (Унаследован от ConsoleRegistratorBase) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |