C# Class OpenRA.Platform

Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Méthode Description
ResolvePath ( ) : string

Replace special character prefixes with full paths.

ResolvePath ( string path ) : string

Replaces special character prefixes with full paths.

UnresolvePath ( string path ) : string

Replace the full path prefix with the special notation characters ^ or .

Private Methods

Méthode Description
GetCurrentPlatform ( ) : PlatformType
GetSupportDir ( ) : string

Method Details

ResolvePath() public static méthode

Replace special character prefixes with full paths.
public static ResolvePath ( ) : string
Résultat string

ResolvePath() public static méthode

Replaces special character prefixes with full paths.
public static ResolvePath ( string path ) : string
path string
Résultat string

UnresolvePath() public static méthode

Replace the full path prefix with the special notation characters ^ or .
public static UnresolvePath ( string path ) : string
path string
Résultat string