C# 클래스 NAnt.VSNet.VcProjectReference

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

공개 메소드들

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

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

VcProjectReference ( ProjectBase project, ProjectBase parent, bool isPrivateSpecified, bool isPrivate ) : System
VcProjectReference ( XmlElement xmlDefinition, ReferencesResolver referencesResolver, ProjectBase parent, SolutionBase solution, TempFileCollection tfc, GacCache gacCache, DirectoryInfo outputDir ) : System

메소드 상세

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

VcProjectReference() 공개 메소드

public VcProjectReference ( ProjectBase project, ProjectBase parent, bool isPrivateSpecified, bool isPrivate ) : System
project ProjectBase
parent ProjectBase
isPrivateSpecified bool
isPrivate bool
리턴 System

VcProjectReference() 공개 메소드

public VcProjectReference ( XmlElement xmlDefinition, ReferencesResolver referencesResolver, ProjectBase parent, SolutionBase solution, TempFileCollection tfc, GacCache gacCache, DirectoryInfo outputDir ) : System
xmlDefinition System.Xml.XmlElement
referencesResolver ReferencesResolver
parent ProjectBase
solution SolutionBase
tfc System.CodeDom.Compiler.TempFileCollection
gacCache NAnt.Core.Util.GacCache
outputDir System.IO.DirectoryInfo
리턴 System