Méthode | Description | |
---|---|---|
HelpOptionAttribute ( ) : System |
Initializes a new instance of the CommandLine.HelpOptionAttribute class.
|
|
HelpOptionAttribute ( string shortName, string longName ) : System |
Initializes a new instance of the CommandLine.HelpOptionAttribute class. Allows you to define short and long option names.
|
Méthode | Description | |
---|---|---|
CheckMethodSignature ( |
||
InvokeMethod ( object target, HelpOptionAttribute>.Pair |
public HelpOptionAttribute ( 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 |