C# 클래스 AppHarbor.Commands.HelpCommand

상속: Command
파일 보기 프로젝트 열기: appharbor/appharbor-cli 1 사용 예제들

공개 메소드들

메소드 설명
HelpCommand ( IEnumerable commandTypes, TextWriter writer ) : System

보호된 메소드들

메소드 설명
InnerExecute ( string arguments ) : void

비공개 메소드들

메소드 설명
GetScope ( Type x ) : string
Reverse ( string sz ) : string
SplitUpperCase ( string source ) : string[] Splitting Pascal/Camel Cased Strings http://haacked.com/archive/2005/09/23/splitting-pascalcamel-cased-strings.aspx/ Licensed under the terms of the Creative Commons Attribution 2.5 Generic License

메소드 상세

HelpCommand() 공개 메소드

public HelpCommand ( IEnumerable commandTypes, TextWriter writer ) : System
commandTypes IEnumerable
writer System.IO.TextWriter
리턴 System

InnerExecute() 보호된 메소드

protected InnerExecute ( string arguments ) : void
arguments string
리턴 void