NAnt SDK Documentation - v0.92

LibDirectorySet Class

A specialized FileSet used for setting the lib directories.

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

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

[Visual Basic]
<Serializable, _  Serializable>
Public Class LibDirectorySet
    Inherits FileSet
[C#]
[Serializable]
[Serializable]
public class LibDirectorySet : FileSet

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

The primary reason for this class is to allow the BaseDirectory to always be the same value as the parent AssemblyFileSet

Requirements

Namespace: NAnt.DotNet.Types

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

See Also

LibDirectorySet Members | NAnt.DotNet.Types Namespace | FileSet