C# Class CommandLine.OptionAttribute

Inheritance: BaseOptionAttribute
Show file Open project: ErikEJ/SqlQueryStress Class Usage Examples

Private Properties

Property Type Description
CreateOptionInfo OptionInfo

Public Methods

Method Description
OptionAttribute ( string shortName, string longName ) : System

Initializes a new instance of the CommandLine.OptionAttribute class.

Private Methods

Method Description
CreateOptionInfo ( ) : OptionInfo

Method Details

OptionAttribute() public method

Initializes a new instance of the CommandLine.OptionAttribute class.
public OptionAttribute ( 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.
return System