C# Class NAnt.DotNet.Types.AssemblyFileSet

Inheritance: NAnt.Core.Types.FileSet, ICloneable
Afficher le fichier Open project: skolima/NAnt Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
ResolveReferences ( ) : void

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

Method Details

AssemblyFileSet() public méthode

Initializes a new instance of the AssemblyFileSet class.
public AssemblyFileSet ( ) : System
Résultat System

AssemblyFileSet() public méthode

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
Résultat System

ResolveReferences() protected méthode

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

Scan() public méthode

Do a normal scan and then resolve assemblies.
public Scan ( ) : void
Résultat void