NAnt SDK Documentation - v0.92

ResourceFileSet Class

Specialized FileSet class for managing resource files.

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

System.Object
   NAnt.Core.Element
      NAnt.Core.DataTypeBase
         NAnt.Core.Types.FileSet
            NAnt.DotNet.Types.ResourceFileSet

[Visual Basic]
<ElementName(Name:="resourcefileset")>
Public Class ResourceFileSet
    Inherits FileSet
    Implements ICloneable
[C#]
[ElementName(Name="resourcefileset")]
public class ResourceFileSet : 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.

Requirements

Namespace: NAnt.DotNet.Types

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

See Also

ResourceFileSet Members | NAnt.DotNet.Types Namespace