C# Класс NAnt.Win32.Functions.CygpathFunctions

Наследование: NAnt.Core.FunctionSetBase
Показать файл Открыть проект

Открытые методы

Метод Описание
CygpathFunctions ( Project project, PropertyDictionary properties ) : System

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

Приватные методы

Метод Описание
GetDosPath ( string path ) : string
GetTask ( Stream stream ) : ExecTask

Factory method to return a new instance of ExecTask

GetUnixPath ( string path ) : string
GetWindowsPath ( string path ) : string
RunCygpathString ( Argument args ) : string

Runs cygpath with the specified arguments and returns the result as a string.

Описание методов

CygpathFunctions() публичный Метод

Initializes a new instance of the CygpathFunctions class with the specified Project and properties.
public CygpathFunctions ( Project project, PropertyDictionary properties ) : System
project NAnt.Core.Project The in which the class is used.
properties NAnt.Core.PropertyDictionary The set of properties to use for macro expansion.
Результат System