[This is preliminary documentation and is subject to change.]

The SvnTools type exposes the following members.

Methods

  Name Description
AppendPathSuffix
Appends the specified path suffix to the given Uri
CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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.)
GetFullTruePath
Gets the pathname exactly like it is on disk
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
GetNormalizedFullPath
Normalizes the path to a full path
GetNormalizedUri
Normalizes the Uri to a full absolute Uri
GetTruePath
Gets the pathname exactly like it is on disk
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetUriFromWorkingCopy
Gets the repository Uri of a path, or null if path is not versioned
InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
IsAbsolutePath
Checks whether the specified path is an absolute path
IsBelowManagedPath
Gets a boolean indicating whether at least one of the parent paths or the path (file/directory) itself is a working copy.
IsManagedPath
Gets a boolean indicating whether the path contains a subversion Working Copy
IsNormalizedFullPath
Checks whether normalization is required
MemberwiseClone Overloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UriPartToPath
Converts a string from a Uri path to a local path name; unescaping when necessary

See Also