C# Class CSharpUtils.Getopt.GetoptCommandLineProgram

Mostrar archivo Open project: soywiz/csharputils

Protected Properties

Property Type Description
CommandEntries List
Getopt CSharpUtils.Getopt.Getopt

Public Methods

Method Description
Run ( string args ) : void

Private Methods

Method Description
BindDefaultMethod ( CommandDefaultAttribute SwitchDefaultAttribute, MethodInfo Method ) : void

BindField ( CommandEntry CommandEntry ) : void

BindMethod ( CommandEntry CommandEntry ) : void

ShowHelp ( ) : void

Method Details

Run() public method

public Run ( string args ) : void
args string
return void

Property Details

CommandEntries protected_oe property

protected List CommandEntries
return List

Getopt protected_oe property

protected Getopt,CSharpUtils.Getopt Getopt
return CSharpUtils.Getopt.Getopt