C# Class Goedel.Mesh.Constants

Constants specifying operating system locations and formats for the Mesh.
Exibir arquivo Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
DeviceData string
DeviceProfiles string
DeviceRoot string
FileProfiles string
FileRoot string

Property Details

DeviceData public_oe static_oe property

The device specific data path.
public static string DeviceData
return string

DeviceProfiles public_oe static_oe property

The root directory for device profiles.
public static string DeviceProfiles
return string

DeviceRoot public_oe static_oe property

The root directory for device files.
public static string DeviceRoot
return string

FileProfiles public_oe static_oe property

Root directory for personal profiles.
public static string FileProfiles
return string

FileRoot public_oe static_oe property

Root directory for CryptoMesh files.
public static string FileRoot
return string