The PathSpec type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (Overrides Object..::..Equals(Object).) |
|
|
EscapePath |
Escape a string.
|
|
|
EscapePaths(IList<(Of <<'(String>)>>)) |
Escape a list of strings.
|
|
|
EscapePaths(array<String>[]()[][]) |
Escape an array of strings.
|
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetDirectoryName | |
|
|
GetFileName | |
|
|
GetHashCode | (Overrides Object..::..GetHashCode()()()().) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
NormalizeDepot | |
|
|
NormalizeLocal | |
|
|
ToString | (Overrides Object..::..ToString()()()().) |
|
|
UnescapePath |
Unescape a string.
|
|
|
UnescapePaths(IList<(Of <<'(String>)>>)) |
Unescape a list of strings.
|
|
|
UnescapePaths(array<String>[]()[][]) |
Unescape an array of strings.
|