The ClientPath type exposes the following members.

Constructors

  Name Description
Public method ClientPath
Construct a ClientPath from a string path

Methods

  Name Description
Public method Equals (Overrides PathSpec..::..Equals(Object).)
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
Return the Path Name from
(Inherited from PathSpec.)
Public method GetFileName
Return the File name from this PathSpec
(Inherited from PathSpec.)
Public method GetHashCode (Overrides PathSpec..::..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
Normalize a depot Path Removes quotes around it.
(Inherited from PathSpec.)
Protected method NormalizeLocal
Normalize a Local Path Remove quotes, insure backslashes instead of forward slashes
(Inherited from PathSpec.)
Public method ToString
Return a string from a PathSpec
(Inherited from PathSpec.)

Properties

  Name Description
Public property Path
Property to access Path string
(Inherited from PathSpec.)

See Also