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

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

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

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