NAnt SDK Documentation - v0.85-nightly-2005-11-09

CommandLineArgumentAttribute Members

CommandLineArgumentAttribute overview

Public Instance Constructors

CommandLineArgumentAttribute Constructor Initializes a new instance of the CommandLineArgumentAttribute class with the specified argument type.

Public Instance Properties

Description Gets or sets the description of the argument.
Name Gets or sets the long name of the argument.
ShortName Gets or sets the short name of the argument.
Type Gets or sets the checking to be done on the argument.
TypeId (inherited from Attribute) 

Public Instance Methods

Equals (inherited from Attribute) 
GetHashCode (inherited from Attribute) 
GetType (inherited from Object) 
IsDefaultAttribute (inherited from Attribute) 
Match (inherited from Attribute) 
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

CommandLineArgumentAttribute Class | NAnt.Core.Util Namespace