C# Class NAnt.VSNet.VcProjectReference

Inheritance: ProjectReferenceBase
Afficher le fichier Open project: skolima/NAnt

Méthodes publiques

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

Method Details

IsManaged() public méthode

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.
Résultat bool

VcProjectReference() public méthode

public VcProjectReference ( ProjectBase project, ProjectBase parent, bool isPrivateSpecified, bool isPrivate ) : System
project ProjectBase
parent ProjectBase
isPrivateSpecified bool
isPrivate bool
Résultat System

VcProjectReference() public méthode

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