C# Класс Uiml.FrontEnd.Options

Показать файл Открыть проект

Открытые методы

Метод Описание
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