NAnt SDK Documentation - v0.92 |
|
GacCache Constructor
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);
See Also
GacCache Class | NAnt.Core.Util Namespace