C# 클래스 NAnt.VSNet.FileReferenceBase

상속: ReferenceBase
파일 보기 프로젝트 열기: skolima/NAnt

공개 메소드들

메소드 설명
IsManaged ( NAnt.VSNet.Configuration config ) : bool

Gets a value indicating whether the reference is managed for the specified configuration.

보호된 메소드들

메소드 설명
FileReferenceBase ( XmlElement xmlDefinition, ReferencesResolver referencesResolver, ProjectBase parent, GacCache gacCache ) : System
GetAssemblyOutputFiles ( string assemblyFile, Hashtable outputFiles ) : void

Gets the complete set of output files for the specified assembly and adds them to collection.

The key of the case-insensitive Hashtable is the full path of the output file and the value is the path relative to the output directory.

비공개 메소드들

메소드 설명
GetAllReferencedModules ( string module ) : string[]

메소드 상세

FileReferenceBase() 보호된 메소드

protected FileReferenceBase ( XmlElement xmlDefinition, ReferencesResolver referencesResolver, ProjectBase parent, GacCache gacCache ) : System
xmlDefinition System.Xml.XmlElement
referencesResolver ReferencesResolver
parent ProjectBase
gacCache NAnt.Core.Util.GacCache
리턴 System

GetAssemblyOutputFiles() 보호된 메소드

Gets the complete set of output files for the specified assembly and adds them to collection.
The key of the case-insensitive Hashtable is the full path of the output file and the value is the path relative to the output directory.
protected GetAssemblyOutputFiles ( string assemblyFile, Hashtable outputFiles ) : void
assemblyFile string The path of the assembly to get the output files for.
outputFiles System.Collections.Hashtable The set of output files to be updated.
리턴 void

IsManaged() 공개 메소드

Gets a value indicating whether the reference is managed for the specified configuration.
public IsManaged ( NAnt.VSNet.Configuration config ) : bool
config NAnt.VSNet.Configuration The build configuration of the reference.
리턴 bool