CommandLine
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
CommandLine.VerbAttribute Class Reference

Models a verb command specification. More...

Inheritance diagram for CommandLine.VerbAttribute:

Public Member Functions

 VerbAttribute (string name)
 Initializes a new instance of the CommandLine.VerbAttribute class. More...
 

Properties

string Name [get]
 Gets the verb name. More...
 
string HelpText [get, set]
 Gets or sets a short description of this command line option. Usually a sentence summary. More...
 

Detailed Description

Models a verb command specification.

Constructor & Destructor Documentation

CommandLine.VerbAttribute.VerbAttribute ( string  name)
inline

Initializes a new instance of the CommandLine.VerbAttribute class.

Parameters
nameThe long name of the verb command.
Exceptions
System.ArgumentExceptionThrown if name is null, empty or whitespace.

Property Documentation

string CommandLine.VerbAttribute.HelpText
getset

Gets or sets a short description of this command line option. Usually a sentence summary.

string CommandLine.VerbAttribute.Name
get

Gets the verb name.


The documentation for this class was generated from the following file: