C# 클래스 CommandLine.ArgumentParser

파일 보기 프로젝트 열기: ErikEJ/SqlQueryStress 1 사용 예제들

공개 메소드들

메소드 설명
CompareLong ( string argument, string option ) : bool
CompareShort ( string argument, string option ) : bool
Create ( string argument ) : ArgumentParser
IsInputValue ( string argument ) : bool
Parse ( IStringEnumerator argumentEnumerator, IOptionMap map, object options ) : ParserState

메소드 상세

CompareLong() 공개 정적인 메소드

public static CompareLong ( string argument, string option ) : bool
argument string
option string
리턴 bool

CompareShort() 공개 정적인 메소드

public static CompareShort ( string argument, string option ) : bool
argument string
option string
리턴 bool

Create() 공개 정적인 메소드

public static Create ( string argument ) : ArgumentParser
argument string
리턴 ArgumentParser

IsInputValue() 공개 정적인 메소드

public static IsInputValue ( string argument ) : bool
argument string
리턴 bool

Parse() 공개 추상적인 메소드

public abstract Parse ( IStringEnumerator argumentEnumerator, IOptionMap map, object options ) : ParserState
argumentEnumerator IStringEnumerator
map IOptionMap
options object
리턴 ParserState