C# Класс Microsoft.DocAsCode.SubCommands.CommandController

Наследование: ISubCommandController
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetContainer System.Composition.Hosting.CompositionHost
GetSubCommandHelpText string
GetSubCommandHelpTextLines IEnumerable

Открытые методы

Метод Описание
CommandController ( string args ) : System
Create ( ) : ISubCommand
GetHelpText ( ) : string
GetVersionText ( ) : string
TryGetCommandCreator ( string name, ISubCommandCreator &creator ) : bool

Приватные методы

Метод Описание
GetContainer ( ) : System.Composition.Hosting.CompositionHost
GetSubCommandHelpText ( BaseCommandOption option, int paddingLeft, int leftWidth ) : string
GetSubCommandHelpTextLines ( IEnumerable options ) : IEnumerable

Описание методов

CommandController() публичный Метод

public CommandController ( string args ) : System
args string
Результат System

Create() публичный Метод

public Create ( ) : ISubCommand
Результат ISubCommand

GetHelpText() публичный Метод

public GetHelpText ( ) : string
Результат string

GetVersionText() публичный Метод

public GetVersionText ( ) : string
Результат string

TryGetCommandCreator() публичный Метод

public TryGetCommandCreator ( string name, ISubCommandCreator &creator ) : bool
name string
creator ISubCommandCreator
Результат bool