Miner.System Assembly > Miner.CommandLine Namespace : ArgumentAttribute Class |
The following tables list the members exposed by ArgumentAttribute.
Name | Description | |
---|---|---|
![]() | ArgumentAttribute Constructor | Allows control of command line parsing. |
Name | Description | |
---|---|---|
![]() | DefaultLongName | Returns true if the argument did not have an explicit long name specified. |
![]() | DefaultShortName | Returns true if the argument did not have an explicit short name specified. |
![]() | DefaultValue | The default value of the argument. |
![]() | HasDefaultValue | Returns true if the argument has a default value. |
![]() | HasHelpText | Returns true if the argument has help text specified. |
![]() | HelpText | The help text for the argument. |
![]() | LongName | The long name of the argument. |
![]() | ShortName | The short name of the argument. |
![]() | Type | The error checking to be performed on the argument. |
![]() | TypeId | (Inherited from System.Attribute) |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from System.Attribute) |
![]() | GetHashCode | (Inherited from System.Attribute) |
![]() | IsDefaultAttribute | (Inherited from System.Attribute) |
![]() | Match | (Inherited from System.Attribute) |