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

ResourceFileSet Class

[This is preliminary documentation and subject to change.]

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

Remarks

Missing <remarks> documentation for T:NAnt.DotNet.Types.ResourceFileSet

Requirements

Namespace: NAnt.DotNet.Types

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

See Also

ResourceFileSet Members | NAnt.DotNet.Types Namespace