C# Class CommandLine.OptionAttribute

Inheritance: BaseOptionAttribute
Afficher le fichier Open project: ErikEJ/SqlQueryStress Class Usage Examples

Private Properties

Свойство Type Description
CreateOptionInfo OptionInfo

Méthodes publiques

Méthode Description
OptionAttribute ( string shortName, string longName ) : System

Initializes a new instance of the CommandLine.OptionAttribute class.

Private Methods

Méthode Description
CreateOptionInfo ( ) : OptionInfo

Method Details

OptionAttribute() public méthode

Initializes a new instance of the CommandLine.OptionAttribute class.
public OptionAttribute ( string shortName, string longName ) : System
shortName string The short name of the option or null if not used.
longName string The long name of the option or null if not used.
Résultat System