NAnt SDK Documentation - v0.92

Option Class

Represents an option.

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

System.Object
   NAnt.Core.Element
      NAnt.Core.Types.Option

[Visual Basic]
<ElementName(Name:="option")>
Public Class Option
    Inherits Element
[C#]
[ElementName(Name="option")]
public class Option : Element

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.Types

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

See Also

Option Members | NAnt.Core.Types Namespace