C# 클래스 Microsoft.DocAsCode.SubCommands.CommandController

상속: ISubCommandController
파일 보기 프로젝트 열기: dotnet/docfx

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