NAnt SDK Documentation - v0.92

CommandLineArgumentAttribute Class

Allows control of command line parsing.

For a list of all members of this type, see CommandLineArgumentAttribute Members.

System.Object
   System.Attribute
      NAnt.Core.Util.CommandLineArgumentAttribute
         NAnt.Core.Util.DefaultCommandLineArgumentAttribute

[Visual Basic]
<AttributeUsage(ValidOn:=AttributeTargets.Property, AllowMultiple:=False, Inherited:=True)>
Public Class CommandLineArgumentAttribute
    Inherits Attribute
[C#]
[AttributeUsage(ValidOn=AttributeTargets.Property, AllowMultiple=False, Inherited=True)]
public class CommandLineArgumentAttribute : Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: NAnt.Core.Util

Assembly: NAnt.Core (in NAnt.Core.dll)

See Also

CommandLineArgumentAttribute Members | NAnt.Core.Util Namespace