[ConsoleRegistratorAttribute(ExtensionStage.AfterPlatform)]
public sealed class CommandsRegistrator : ConsoleRegistratorBase<ConsoleRegistratorAttribute(ExtensionStage.AfterPlatform)>
Public NotInheritable Class CommandsRegistrator
Inherits ConsoleRegistratorBase[ConsoleRegistratorAttribute(ExtensionStage::AfterPlatform)]
public ref class CommandsRegistrator sealed : public ConsoleRegistratorBase[<SealedAttribute>]
[<ConsoleRegistratorAttribute(ExtensionStage.AfterPlatform)>]
type CommandsRegistrator =
class
inherit ConsoleRegistratorBase
end| CommandsRegistrator | Инициализирует новый экземпляр класса CommandsRegistrator |
| CommandContext | Контекст команд, в котором выполняется регистрация. (Унаследован от ConsoleRegistratorBase) |
| IsSealed | Признак того, что объект был защищён от изменений. (Унаследован от 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) |