C# Class NAnt.VSNet.JSharpProjectProvider

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

Méthodes publiques

Méthode Description
GetInstance ( SolutionBase solution, string projectPath, XmlElement xmlDefinition, NAnt.VSNet.Tasks.SolutionTask solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver, DirectoryInfo outputDir ) : ProjectBase
IsSupported ( string projectExt, XmlElement xmlDefinition ) : int
LoadGuid ( XmlElement xmlDefinition ) : string

Method Details

GetInstance() public méthode

public GetInstance ( SolutionBase solution, string projectPath, XmlElement xmlDefinition, NAnt.VSNet.Tasks.SolutionTask solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver, DirectoryInfo outputDir ) : ProjectBase
solution SolutionBase
projectPath string
xmlDefinition System.Xml.XmlElement
solutionTask NAnt.VSNet.Tasks.SolutionTask
tfc System.CodeDom.Compiler.TempFileCollection
gacCache NAnt.Core.Util.GacCache
refResolver ReferencesResolver
outputDir System.IO.DirectoryInfo
Résultat ProjectBase

IsSupported() public méthode

public IsSupported ( string projectExt, XmlElement xmlDefinition ) : int
projectExt string
xmlDefinition System.Xml.XmlElement
Résultat int

LoadGuid() public méthode

public LoadGuid ( XmlElement xmlDefinition ) : string
xmlDefinition System.Xml.XmlElement
Résultat string