프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public ReferencePath ( ReferencePath, refPath ) : System | ||
refPath | ReferencePath, | An existing |
리턴 | System |
public ReferencePath ( string path ) : System | ||
path | string | A relative or absolute path. |
리턴 | System |