The following tables list the members exposed by CommandLineParameter.
Name | Description | |
---|---|---|
CommandLineParameter Constructor |
Name | Description | |
---|---|---|
DefValue | Gets or sets the default value for the parameter. | |
Description | Gets or sets the description of the command line parameter. | |
IsAdditional | Determines whether the parameter is additional. | |
IsRequired | Determines of the parameter is mandatory. | |
IsSecured | ||
IsSpecified | Determines whether the parameter is set. | |
IsUnnamed | Determines of the parameter is unnamed. | |
IsValueSpecified | Determines whether the value of the parameter is set. | |
Name | Gets or sets the name of the parameter. | |
Value | Gets or sets the value of the parameter. |
Name | Description | |
---|---|---|
GetTypedValue<T> | Gets type of value. |