CommandsRegistrator - класс

Definition

Пространство имён: Tessa.Extensions.Default.Console.TextRecognition
Сборка: Tessa.Extensions.Default.Console (в Tessa.Extensions.Default.Console.dll) Версия: 4.0.4
C#
[ConsoleRegistratorAttribute(ExtensionStage.AfterPlatform)]
public sealed class CommandsRegistrator : ConsoleRegistratorBase
Inheritance
Object    ConsoleRegistratorBase    CommandsRegistrator

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

CommandsRegistratorИнициализирует новый экземпляр класса CommandsRegistrator

Свойства

CommandContextКонтекст команд, в котором выполняется регистрация.
(Унаследован от ConsoleRegistratorBase)
IsSealedПризнак того, что объект был защищён от изменений.
(Унаследован от ConsoleRegistratorBase)

Методы

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)
FinalizeRegistrationЗавершает регистрацию после того, как все команды инициализированы.
(Унаследован от ConsoleRegistratorBase)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
InitializeRegistrationИнициализирует регистрацию перед тем, как какие-либо команды были добавлены.
(Унаследован от ConsoleRegistratorBase)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
RegisterCommands
(Переопределяет ConsoleRegistratorBaseRegisterCommands)
SealЗащищает объект от изменений.
(Унаследован от ConsoleRegistratorBase)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

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

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также