C# Класс NAnt.VSNet.VcProjectReference

Наследование: ProjectReferenceBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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