C# 클래스 Gammtek.Conduit.Paths.PathHelpers.RelativePathBase

상속: PathBase, IRelativePath
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CanGetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : bool
CanGetAbsolutePathFrom ( IAbsoluteDirectoryPath path, string &failureMessage ) : bool
GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath

보호된 메소드들

메소드 설명
RelativePathBase ( string path )

메소드 상세

CanGetAbsolutePathFrom() 공개 메소드

public CanGetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : bool
path IAbsoluteDirectoryPath
리턴 bool

CanGetAbsolutePathFrom() 공개 메소드

public CanGetAbsolutePathFrom ( IAbsoluteDirectoryPath path, string &failureMessage ) : bool
path IAbsoluteDirectoryPath
failureMessage string
리턴 bool

GetAbsolutePathFrom() 공개 추상적인 메소드

public abstract GetAbsolutePathFrom ( IAbsoluteDirectoryPath path ) : IAbsolutePath
path IAbsoluteDirectoryPath
리턴 IAbsolutePath

RelativePathBase() 보호된 메소드

protected RelativePathBase ( string path )
path string