C# 클래스 Tailf.CommandLineParser

파일 보기 프로젝트 열기: kerryjiang/Tailf

공개 메소드들

메소드 설명
CommandLineParser ( string cmdline ) : System
GetHelp ( ) : string
GetShortHelp ( ) : string
Parse ( ) : void

비공개 메소드들

메소드 설명
AddOptions ( OptionAttribute option ) : void
CheckMandatory ( ) : void
ExtractOptions ( ) : void
ParseOption ( string option, string value ) : void

메소드 상세

CommandLineParser() 공개 메소드

public CommandLineParser ( string cmdline ) : System
cmdline string
리턴 System

GetHelp() 공개 메소드

public GetHelp ( ) : string
리턴 string

GetShortHelp() 공개 메소드

public GetShortHelp ( ) : string
리턴 string

Parse() 공개 메소드

public Parse ( ) : void
리턴 void