C# Class Antmicro.OptionsParser.CommandLineOptionDescriptor

Inheritance: IFlag
Afficher le fichier Open project: antmicro/options-parser Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
CommandLineOptionDescriptor ( ) : System

Method Details

CommandLineOptionDescriptor() public méthode

public CommandLineOptionDescriptor ( PropertyInfo pinfo ) : System
pinfo System.Reflection.PropertyInfo
Résultat System

CommandLineOptionDescriptor() public méthode

public CommandLineOptionDescriptor ( char shortName, Type type ) : System
shortName char
type System.Type
Résultat System

CommandLineOptionDescriptor() public méthode

public CommandLineOptionDescriptor ( char shortName, string longName, Type type ) : System
shortName char
longName string
type System.Type
Résultat System

CommandLineOptionDescriptor() public méthode

public CommandLineOptionDescriptor ( string longName, Type type ) : System
longName string
type System.Type
Résultat System