C# Class NAnt.VSNet.OrcasSolutionProvider

Inheritance: ISolutionBuildProvider
显示文件 Open project: skolima/NAnt

Public Methods

Method Description
GetInstance ( string solutionContent, NAnt.VSNet.Tasks.SolutionTask solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver ) : SolutionBase
IsSupported ( string fileContents ) : int

Method Details

GetInstance() public method

public GetInstance ( string solutionContent, NAnt.VSNet.Tasks.SolutionTask solutionTask, TempFileCollection tfc, GacCache gacCache, ReferencesResolver refResolver ) : SolutionBase
solutionContent string
solutionTask NAnt.VSNet.Tasks.SolutionTask
tfc System.CodeDom.Compiler.TempFileCollection
gacCache NAnt.Core.Util.GacCache
refResolver ReferencesResolver
return SolutionBase

IsSupported() public method

public IsSupported ( string fileContents ) : int
fileContents string
return int