C# 클래스 Uiml.FrontEnd.Options

파일 보기 프로젝트 열기: jozilla/Uiml.net

공개 메소드들

메소드 설명
HasArgument ( string key ) : bool

See whether the argument "key" is passed on the command line with a value

IsUsed ( string key ) : bool

See whether the argument "key" is passed on the command line

Options ( string args, string possibilities ) : System

Processes command line options, given the arguments passed on the command line and all the possible arguments the program understands.

ToString ( ) : String

Shows all the options and their values that are stored

this ( String key ) : String

Queries for the value that was passed with the argument

비공개 메소드들

메소드 설명
Store ( string args, string possibilities ) : void

메소드 상세

HasArgument() 공개 메소드

See whether the argument "key" is passed on the command line with a value
public HasArgument ( string key ) : bool
key string
리턴 bool

IsUsed() 공개 메소드

See whether the argument "key" is passed on the command line
public IsUsed ( string key ) : bool
key string
리턴 bool

Options() 공개 메소드

Processes command line options, given the arguments passed on the command line and all the possible arguments the program understands.
public Options ( string args, string possibilities ) : System
args string
possibilities string
리턴 System

ToString() 공개 메소드

Shows all the options and their values that are stored
public ToString ( ) : String
리턴 String

this() 공개 메소드

Queries for the value that was passed with the argument
public this ( String key ) : String
key String
리턴 String