C# 클래스 OpenRA.Platform

파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 메소드들

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