Property | Type | Description | |
---|---|---|---|
FixPath | string | ||
PersistablePath | string | ||
RelativePath | string | ||
SetPathInternal | void |
Method | Description | |
---|---|---|
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 |
|
ToString ( ) : string | ||
operator ( ) : bool |
Equality operator.
|
Method | Description | |
---|---|---|
FixPath ( string path ) : string | ||
PersistablePath ( string basePath ) : string | ||
RelativePath ( string path ) : string | ||
SetPathInternal ( string path ) : void |
public PathItemBase ( PathItemBase, pathItemBase ) : System | ||
pathItemBase | PathItemBase, | An existing |
return | System |
public PathItemBase ( string path ) : System | ||
path | string | A relative or absolute path. |
return | System |