C# Class org.yinwang.pysonar.Options

Afficher le fichier Open project: uxmal/pytocs Class Usage Examples

Méthodes publiques

Méthode Description
Options ( ) : System
get ( string key ) : object
getArgs ( ) : List
getOptionsMap ( ) : object>.Dictionary
hasOption ( string key ) : bool
main ( string args ) : void
put ( string key, object value ) : void

Method Details

Options() public méthode

public Options ( ) : System
Résultat System

get() public méthode

public get ( string key ) : object
key string
Résultat object

getArgs() public méthode

public getArgs ( ) : List
Résultat List

getOptionsMap() public méthode

public getOptionsMap ( ) : object>.Dictionary
Résultat object>.Dictionary

hasOption() public méthode

public hasOption ( string key ) : bool
key string
Résultat bool

main() public static méthode

public static main ( string args ) : void
args string
Résultat void

put() public méthode

public put ( string key, object value ) : void
key string
value object
Résultat void