C# Class CSharpUtils.Getopt.GetoptCommandLineProgram

Afficher le fichier Open project: soywiz/csharputils

Protected Properties

Свойство Type Description
CommandEntries List
Getopt CSharpUtils.Getopt.Getopt

Méthodes publiques

Méthode Description
Run ( string args ) : void

Private Methods

Méthode Description
BindDefaultMethod ( CommandDefaultAttribute SwitchDefaultAttribute, MethodInfo Method ) : void

BindField ( CommandEntry CommandEntry ) : void

BindMethod ( CommandEntry CommandEntry ) : void

ShowHelp ( ) : void

Method Details

Run() public méthode

public Run ( string args ) : void
args string
Résultat void

Property Details

CommandEntries protected_oe property

protected List CommandEntries
Résultat List

Getopt protected_oe property

protected Getopt,CSharpUtils.Getopt Getopt
Résultat CSharpUtils.Getopt.Getopt