C# Class Uiml.FrontEnd.Options

Afficher le fichier Open project: jozilla/Uiml.net

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Store ( string args, string possibilities ) : void

Method Details

HasArgument() public méthode

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

IsUsed() public méthode

See whether the argument "key" is passed on the command line
public IsUsed ( string key ) : bool
key string
Résultat bool

Options() public méthode

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
Résultat System

ToString() public méthode

Shows all the options and their values that are stored
public ToString ( ) : String
Résultat String

this() public méthode

Queries for the value that was passed with the argument
public this ( String key ) : String
key String
Résultat String