Constructor CommandlineArgAttribute
CommandlineArgAttribute()
Initializes a new instance of the CommandlineArgAttribute class.
Declaration
public CommandlineArgAttribute()
Remarks
Marks the attached property for command line argument binding. The name of the
property is the option for the command line. If the LongName property is set
it is used as the option name.
CommandlineArgAttribute(String)
Initializes a new instance of the CommandlineArgAttribute class.
Declaration
public CommandlineArgAttribute(string shortName)
Parameters
public CommandlineArgAttribute()
Marks the attached property for command line argument binding. The name of the property is the option for the command line. If the LongName property is set it is used as the option name.
Initializes a new instance of the CommandlineArgAttribute class.
public CommandlineArgAttribute(string shortName)
Parameters
String | shortName | Short name for the argument |