CygpathFunctions.

CygpathFunctions(Project, PropertyDictionary) Constructor

Summary

Initializes a new instance of the NAnt.Win32.Functions.CygpathFunctions class with the specified NAnt.Core.Project and properties.
Assembly
NAnt.Win32.dll
Namespace
NAnt.Win32.Functions
Containing Type
CygpathFunctions

Syntax

public CygpathFunctions(Project project, PropertyDictionary properties)

Parameters

Name Type Description
project Project The NAnt.Core.Project in which the class is used.
properties PropertyDictionary The set of properties to use for macro expansion.

Return Value

Type Description
void