NAnt SDK Documentation - v0.85-nightly-2005-11-09

ProjectReferenceBase.LoadProject Method 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.VSNet.ProjectReferenceBase.LoadProject(NAnt.VSNet.SolutionBase,System.CodeDom.Compiler.TempFileCollection,NAnt.Core.Util.GacCache,System.IO.DirectoryInfo,System.String)

[Visual Basic]
Protected Function LoadProject( _
   ByVal solution As SolutionBase, _
   ByVal tfc As TempFileCollection, _
   ByVal gacCache As GacCache, _
   ByVal outputDir As DirectoryInfo, _
   ByVal projectFile As String _
) As ProjectBase
[C#]
protected ProjectBase LoadProject(
   SolutionBase solution,
   TempFileCollection tfc,
   GacCache gacCache,
   DirectoryInfo outputDir,
   string projectFile
);

Parameters

solution
Missing <param> documentation for solution
tfc
Missing <param> documentation for tfc
gacCache
Missing <param> documentation for gacCache
outputDir
Missing <param> documentation for outputDir
projectFile
Missing <param> documentation for projectFile

Return Value

Missing <returns> documentation for M:NAnt.VSNet.ProjectReferenceBase.LoadProject(NAnt.VSNet.SolutionBase,System.CodeDom.Compiler.TempFileCollection,NAnt.Core.Util.GacCache,System.IO.DirectoryInfo,System.String)

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.ProjectReferenceBase.LoadProject(NAnt.VSNet.SolutionBase,System.CodeDom.Compiler.TempFileCollection,NAnt.Core.Util.GacCache,System.IO.DirectoryInfo,System.String)

See Also

ProjectReferenceBase Class | NAnt.VSNet Namespace