C# 클래스 NAnt.VSNet.ManagedProjectReference

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

공개 메소드들

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

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

ManagedProjectReference ( ProjectBase project, ProjectBase parent, bool isPrivateSpecified, bool isPrivate ) : System
ManagedProjectReference ( 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 solutionConfiguration ) : bool
solutionConfiguration NAnt.VSNet.Configuration The solution configuration that is built.
리턴 bool

ManagedProjectReference() 공개 메소드

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

ManagedProjectReference() 공개 메소드

public ManagedProjectReference ( 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