C# Class Antmicro.OptionsParser.CommandLineOptionDescriptor

Inheritance: IFlag
Datei anzeigen Open project: antmicro/options-parser Class Usage Examples

Public Methods

Method Description
CommandLineOptionDescriptor ( PropertyInfo pinfo ) : System
CommandLineOptionDescriptor ( char shortName, Type type ) : System
CommandLineOptionDescriptor ( char shortName, string longName, Type type ) : System
CommandLineOptionDescriptor ( string longName, Type type ) : System

Private Methods

Method Description
CommandLineOptionDescriptor ( ) : System

Method Details

CommandLineOptionDescriptor() public method

public CommandLineOptionDescriptor ( PropertyInfo pinfo ) : System
pinfo System.Reflection.PropertyInfo
return System

CommandLineOptionDescriptor() public method

public CommandLineOptionDescriptor ( char shortName, Type type ) : System
shortName char
type System.Type
return System

CommandLineOptionDescriptor() public method

public CommandLineOptionDescriptor ( char shortName, string longName, Type type ) : System
shortName char
longName string
type System.Type
return System

CommandLineOptionDescriptor() public method

public CommandLineOptionDescriptor ( string longName, Type type ) : System
longName string
type System.Type
return System