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

GacCache Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the GacCache class in the context of the given Project.

[Visual Basic]
Public Sub New( _
   ByVal project As Project _
)
[C#]
public GacCache(
   Project project
);

Parameters

project
Missing <param> documentation for project

Remarks

Missing <remarks> documentation for M:NAnt.Core.Util.GacCache.#ctor(NAnt.Core.Project)

See Also

GacCache Class | NAnt.Core.Util Namespace