C# Class NAnt.Core.PlatformHelper

Exibir arquivo Open project: skolima/NAnt Class Usage Examples

Public Properties

Property Type Description
IsMono bool
IsUnix bool

Private Properties

Property Type Description
PlatformHelper System

Public Methods

Method Description
IsVolumeCaseSensitive ( string path ) : bool

Private Methods

Method Description
PlatformHelper ( ) : System

Method Details

IsVolumeCaseSensitive() public static method

public static IsVolumeCaseSensitive ( string path ) : bool
path string
return bool

Property Details

IsMono public_oe static_oe property

public static bool IsMono
return bool

IsUnix public_oe static_oe property

public static bool IsUnix
return bool