The PathSpec type exposes the following members.

Constructors

  Name Description
Protected method PathSpec()()()()
Initializes a new instance of the PathSpec class
Public method PathSpec(String)
Initializes a new instance of the PathSpec class

Methods

  Name Description
Public method Equals (Overrides Object..::..Equals(Object).)
Public method Static member EscapePath
Escape a string.
Public method Static member EscapePaths(IList<(Of <<'(String>)>>))
Escape a list of strings.
Public method Static member EscapePaths(array<String>[]()[][])
Escape an array of strings.
Protected method 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.)
Public method GetDirectoryName
Public method GetFileName
Public method GetHashCode (Overrides Object..::..GetHashCode()()()().)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method NormalizeDepot
Protected method NormalizeLocal
Public method ToString (Overrides Object..::..ToString()()()().)
Public method Static member UnescapePath
Unescape a string.
Public method Static member UnescapePaths(IList<(Of <<'(String>)>>))
Unescape a list of strings.
Public method Static member UnescapePaths(array<String>[]()[][])
Unescape an array of strings.

Operators

Properties

  Name Description
Public property Path

See Also