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

상속: IPath
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

보호된 프로퍼티들

프로퍼티 타입 설명
CurrentPath string

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsChildOf ( IDirectoryPath parentDirectory ) : bool
NotEquals ( object obj ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
PathBase ( string path ) : System

비공개 메소드들

메소드 설명
PrivateEquals ( IPath path ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsChildOf() 공개 메소드

public IsChildOf ( IDirectoryPath parentDirectory ) : bool
parentDirectory IDirectoryPath
리턴 bool

NotEquals() 공개 메소드

public NotEquals ( object obj ) : bool
obj object
리턴 bool

PathBase() 보호된 메소드

protected PathBase ( string path ) : System
path string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

CurrentPath 보호되어 있는 프로퍼티

protected string CurrentPath
리턴 string