C# 클래스 RyuaNerin.CommandLineParser

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

공개 메소드들

메소드 설명
AddOptions ( ) : void
AddOptionsDefault ( string defaultValue ) : void
CommandLineParser ( ) : System
GetCommand ( int index ) : string
GetCommand ( ) : string[]
GetOption ( string key ) : bool
GetOptionDefaultValue ( string key ) : string
GetOptionValue ( string key ) : string
Parse ( string args ) : bool

메소드 상세

AddOptions() 공개 메소드

public AddOptions ( ) : void
리턴 void

AddOptionsDefault() 공개 메소드

public AddOptionsDefault ( string defaultValue ) : void
defaultValue string
리턴 void

CommandLineParser() 공개 메소드

public CommandLineParser ( ) : System
리턴 System

GetCommand() 공개 메소드

public GetCommand ( int index ) : string
index int
리턴 string

GetCommand() 공개 메소드

public GetCommand ( ) : string[]
리턴 string[]

GetOption() 공개 메소드

public GetOption ( string key ) : bool
key string
리턴 bool

GetOptionDefaultValue() 공개 메소드

public GetOptionDefaultValue ( string key ) : string
key string
리턴 string

GetOptionValue() 공개 메소드

public GetOptionValue ( string key ) : string
key string
리턴 string

Parse() 공개 메소드

public Parse ( string args ) : bool
args string
리턴 bool