C# Class NAnt.DotNet.Types.AssemblyFileSet

Inheritance: NAnt.Core.Types.FileSet, ICloneable
Datei anzeigen Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AssemblyFileSet ( ) : System

Initializes a new instance of the AssemblyFileSet class.

AssemblyFileSet ( FileSet fs ) : System

copy constructor for FileSet. Required in order to assign references of FileSet type where AssemblyFileSets are used

Scan ( ) : void

Do a normal scan and then resolve assemblies.

Protected Methods

Method Description
ResolveReferences ( ) : void

Resolves references to system assemblies and assemblies that can be resolved using directories specified in Lib.

Method Details

AssemblyFileSet() public method

Initializes a new instance of the AssemblyFileSet class.
public AssemblyFileSet ( ) : System
return System

AssemblyFileSet() public method

copy constructor for FileSet. Required in order to assign references of FileSet type where AssemblyFileSets are used
public AssemblyFileSet ( FileSet fs ) : System
fs NAnt.Core.Types.FileSet
return System

ResolveReferences() protected method

Resolves references to system assemblies and assemblies that can be resolved using directories specified in Lib.
protected ResolveReferences ( ) : void
return void

Scan() public method

Do a normal scan and then resolve assemblies.
public Scan ( ) : void
return void