NDepend.API Documentation
IPath Interface Members
Properties  Methods 

NDepend.Path Namespace : IPath Interface

The following tables list the members exposed by IPath.

Public Properties
 NameDescription
 PropertyGets a value indicating whether this path has a parent directory path  
 PropertyGets a value indicating whether this path is an absolute path.  
 PropertyGets a value indicating whether this path is a directory path.  
 PropertyGets a value indicating whether this path is prefixed with an environment variable.  
 PropertyGets a value indicating whether this path is a file path.  
 PropertyGets a value indicating whether this path is a relative path.  
 PropertyGets a value indicating whether this path contains variable(s).  
 PropertyReturns the parent directory path.  
 PropertyGets a value indicating this path mode as defined in the enumeration PathMode.  
Top
Public Methods
 NameDescription
 MethodGets a value indicating whether this path is a child path of parentDirectory.  
 MethodReturns true if obj is null, is not an IPath, or is an IPath representing a different path than this path (case insensitive).  
Top
Extension Methods
 NameDescription
Public Extension MethodReturns true if path and pathOther are both null, or if path.Equals(pathOther).
Public Extension MethodReturns path.ToString() is path is null, else returns the empty string.
Top
See Also

Reference

IPath Interface
NDepend.Path Namespace