C# Класс OpenRA.Platform

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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 .

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

Метод Описание
GetCurrentPlatform ( ) : PlatformType
GetSupportDir ( ) : string

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

ResolvePath() публичный статический Метод

Replace special character prefixes with full paths.
public static ResolvePath ( ) : string
Результат string

ResolvePath() публичный статический Метод

Replaces special character prefixes with full paths.
public static ResolvePath ( string path ) : string
path string
Результат string

UnresolvePath() публичный статический Метод

Replace the full path prefix with the special notation characters ^ or .
public static UnresolvePath ( string path ) : string
path string
Результат string