C# 클래스 PathItemBase, gert

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

Private Properties

프로퍼티 타입 설명
FixPath string
PersistablePath string
RelativePath string
SetPathInternal void

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
PathItemBase ( ) : System

Initializes a new instance of the PathItemBase class.

PathItemBase ( PathItemBase, pathItemBase ) : System

Initializes a new instance of the PathItemBase class from an existing PathItemBase instance.

PathItemBase ( string path ) : System

Initializes a new instance of the PathItemBase class from a given path string.

If a path is rooted, FixedPath is set to , otherwise is is set to

ToString ( ) : string
operator ( ) : bool

Equality operator.

비공개 메소드들

메소드 설명
FixPath ( string path ) : string
PersistablePath ( string basePath ) : string
RelativePath ( string path ) : string
SetPathInternal ( string path ) : void

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PathItemBase() 공개 메소드

Initializes a new instance of the PathItemBase class.
public PathItemBase ( ) : System
리턴 System

PathItemBase() 공개 메소드

Initializes a new instance of the PathItemBase class from an existing PathItemBase instance.
is a .
public PathItemBase ( PathItemBase, pathItemBase ) : System
pathItemBase PathItemBase, An existing instance.
리턴 System

PathItemBase() 공개 메소드

Initializes a new instance of the PathItemBase class from a given path string.
If a path is rooted, FixedPath is set to , otherwise is is set to
is a . is an empty string.
public PathItemBase ( string path ) : System
path string A relative or absolute path.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

Equality operator.
public static operator ( ) : bool
리턴 bool