NDepend.API Documentation
IAbsolutePath Interface Members
Properties  Methods 

NDepend.Path Namespace : IAbsolutePath Interface

The following tables list the members exposed by IAbsolutePath.

Public Properties
 NameDescription
 PropertyReturns an IDriveLetter object representing the drive of this absolute path.  
 Property Gets a value indicating whether the file or directory represented by this absolute path exists.  
 Property Gets a value indicating if the current absolute path is supported by the current operating system.  
 PropertyGets the AbsolutePathKind value for this path.  
 Property Returns a new absolute directory path representing the parent directory of this absolute path.  
 Property Returns the server string if this is a UNC path with syntax '\\server\share\path'.  
 Property Returns the share string if this is a UNC path with syntax '\\server\share\path'.  
Top
Public Methods
 NameDescription
 MethodOverloaded. Gets a value indicating whether a relative path representing this path can be computed from pivotDirectory.  
 MethodReturns a new relative path representing this relative path to pivotDirectory.  
 MethodGets a value indicating whether this absolute path is on the same volume as pathAbsoluteOther.  
Top
Extension Methods
 NameDescription
Public Extension MethodReturns true if path and pathOther are both null, or if path.Equals(pathOther).
Public Extension MethodReturns true if path is not null, and path.IAbsolutePath.Exists equals true.
Public Extension MethodReturns path.ToString() is path is null, else returns the empty string.
Top
See Also

Reference

IAbsolutePath Interface
NDepend.Path Namespace