NAnt SDK Documentation - v0.92

IProjectBuildProvider.GetInstance Method 

[Visual Basic]
Function GetInstance( _
   ByVal solution As SolutionBase, _
   ByVal projectPath As String, _
   ByVal xmlDefinition As XmlElement, _
   ByVal solutionTask As SolutionTask, _
   ByVal tfc As TempFileCollection, _
   ByVal gacCache As GacCache, _
   ByVal refResolver As ReferencesResolver, _
   ByVal outputDir As DirectoryInfo _
) As ProjectBase
[C#]
ProjectBase GetInstance(
   SolutionBase solution,
   string projectPath,
   XmlElement xmlDefinition,
   SolutionTask solutionTask,
   TempFileCollection tfc,
   GacCache gacCache,
   ReferencesResolver refResolver,
   DirectoryInfo outputDir
);

See Also

IProjectBuildProvider Interface | NAnt.VSNet.Extensibility Namespace