C# 클래스 ReferencePath, gert

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

Private Properties

프로퍼티 타입 설명
AppendSubDirInd string

공개 메소드들

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

Initializes a new instance of the ReferencePath class.

ReferencePath ( ReferencePath, refPath ) : System

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

ReferencePath ( string path ) : System

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

If path end with "**" then IncludeSubDirectories will be set to .

ToString ( ) : string
operator ( ) : bool

Equality operator.

비공개 메소드들

메소드 설명
AppendSubDirInd ( string path, bool includeSubDirectories ) : string

메소드 상세

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ReferencePath() 공개 메소드

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

ReferencePath() 공개 메소드

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

ReferencePath() 공개 메소드

Initializes a new instance of the ReferencePath class from a given path string.
If path end with "**" then IncludeSubDirectories will be set to .
is a . is an empty string.
public ReferencePath ( string path ) : System
path string A relative or absolute path.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

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