C# 클래스 NAnt.DotNet.Types.AssemblyFileSet

상속: NAnt.Core.Types.FileSet, ICloneable
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
ResolveReferences ( ) : void

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

메소드 상세

AssemblyFileSet() 공개 메소드

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

AssemblyFileSet() 공개 메소드

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
리턴 System

ResolveReferences() 보호된 메소드

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

Scan() 공개 메소드

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