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

Resource Constructor 

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.VSNet.Resource.#ctor(NAnt.VSNet.ManagedProjectBase,System.IO.FileInfo,System.String,System.String,NAnt.VSNet.Tasks.SolutionTask,NAnt.Core.Util.GacCache)

[Visual Basic]
Public Sub New( _
   ByVal project As ManagedProjectBase, _
   ByVal resourceSourceFile As FileInfo, _
   ByVal resourceSourceFileRelativePath As String, _
   ByVal dependentFile As String, _
   ByVal solutionTask As SolutionTask, _
   ByVal gacCache As GacCache _
)
[C#]
public Resource(
   ManagedProjectBase project,
   FileInfo resourceSourceFile,
   string resourceSourceFileRelativePath,
   string dependentFile,
   SolutionTask solutionTask,
   GacCache gacCache
);

Parameters

project
Missing <param> documentation for project
resourceSourceFile
Missing <param> documentation for resourceSourceFile
resourceSourceFileRelativePath
Missing <param> documentation for resourceSourceFileRelativePath
dependentFile
Missing <param> documentation for dependentFile
solutionTask
Missing <param> documentation for solutionTask
gacCache
Missing <param> documentation for gacCache

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.Resource.#ctor(NAnt.VSNet.ManagedProjectBase,System.IO.FileInfo,System.String,System.String,NAnt.VSNet.Tasks.SolutionTask,NAnt.Core.Util.GacCache)

See Also

Resource Class | NAnt.VSNet Namespace