public sealed class CommandLineArgument
Public NotInheritable Class CommandLineArgument
Dim instance As CommandLineArgument
public ref class CommandLineArgument sealed
Aliases | Gets the alternative names for this command line argument. |
AllowMultiValueWhiteSpaceSeparator | Gets a value that indicates whether or not a multi-value argument can consume multiple following argument values. |
AllowNull | Gets a value that indicates whether or not this argument accepts values. |
AllowsDuplicateDictionaryKeys | Gets a value indicating whether this argument, if it is a dictionary argument, allows duplicate keys. |
ArgumentName | Gets the name of this argument. |
ArgumentNameWithPrefix | Gets the name of this argument, with the appropriate argument name prefix. |
ArgumentType | Gets the type of the argument's value. |
CancelParsing | Gets a value that indicates whether argument parsing should be canceled if this argument is encountered. |
DefaultValue | Gets the default value for an argument. |
Description | Gets the description of the argument. |
ElementType | Gets the type of the elements of the argument value. |
HasLongName | Gets a value that indicates whether the argument has a long name. |
HasShortName | Gets a value that indicates whether the argument has a short name. |
HasValue | Gets a value indicating whether the value of this argument was supplied on the command line in the last call to Parse(String, Int32). |
IsDictionary | Gets a value indicating whether this argument is a dictionary argument. |
IsHidden | Gets or sets a value that indicates whether the argument is hidden from the usage help. |
IsMultiValue | Gets a value indicating whether this argument is a multi-value argument. |
IsRequired | Gets a value that indicates whether the argument is required. |
IsSwitch | Gets a value indicating whether this argument is a switch argument. |
KeyValueSeparator | Gets the separator for key/value pairs if this argument is a dictionary argument. |
Kind | Gets a value which indicates what kind of argument this instance represents. |
LongNameWithPrefix | Gets the long argument name with the long prefix. |
MemberName | Gets the name of the property, method, or constructor parameter that defined this command line argument. |
MultiValueSeparator | Gets the separator for the values if this argument is a multi-value argument |
Parser | Gets the CommandLineParser that this argument belongs to. |
Position | Gets the position of this argument. |
ShortAliases | Gets the alternative short names for this command line argument. |
ShortName | Gets the short name of this argument. |
ShortNameWithPrefix | Gets the short argument name with the primary short prefix. |
UsedArgumentName | Gets the name or alias that was used on the command line to specify this argument. |
Validators | Gets the argument validators applied to this argument. |
Value | Gets the value that the argument was set to in the last call to Parse(String, Int32). |
ValueDescription | Gets the short description of the argument's value to use when printing usage information. |
ConvertToArgumentType | Converts the specified string to the ElementType. |
ConvertToArgumentTypeInvariant | Converts any type to the argument's ElementType. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString |
Returns a String that represents the current CommandLineArgument.
(Overrides ObjectToString) |