C# 클래스 NAnt.Win32.Functions.CygpathFunctions

상속: NAnt.Core.FunctionSetBase
파일 보기 프로젝트 열기: skolima/NAnt

공개 메소드들

메소드 설명
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