NAnt SDK Documentation - v0.92

CygpathFunctions Constructor 

Initializes a new instance of the CygpathFunctions class with the specified Project and properties.

[Visual Basic]
Public Sub New( _
   ByVal project As Project, _
   ByVal properties As PropertyDictionary _
)
[C#]
public CygpathFunctions(
   Project project,
   PropertyDictionary properties
);

Parameters

project
The Project in which the class is used.
properties
The set of properties to use for macro expansion.

See Also

CygpathFunctions Class | NAnt.Win32.Functions Namespace