NAnt SDK Documentation - v0.92

DirSet Class

A specialized FileSet used for specifying a set of directories.

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

System.Object
   NAnt.Core.Element
      NAnt.Core.DataTypeBase
         NAnt.Core.Types.FileSet
            NAnt.Core.Types.DirSet

[Visual Basic]
<ElementName(Name:="dirset")>
Public Class DirSet
    Inherits FileSet
    Implements ICloneable
[C#]
[ElementName(Name="dirset")]
public class DirSet : FileSet, ICloneable

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.

Remarks

Hint for supporting tasks that the included directories instead of files should be used.

Requirements

Namespace: NAnt.Core.Types

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

See Also

DirSet Members | NAnt.Core.Types Namespace