NDepend.API Documentation
IVariableFilePath Interface Methods

NDepend.Path Namespace : IVariableFilePath Interface

For a list of all members of this type, see IVariableFilePath members.

Public Methods
 NameDescription
 MethodReturns a new directory path containing variables, representing a directory with name directoryName, located in the same directory as this file.  
 MethodReturns a new file path containing variables, refering to a file with name fileName, located in the same directory as this file.  
 MethodOverloaded. Returns VariablePathResolvingStatus.VariablePathResolvingStatus.Success if IVariablePath.AllVariables of this path can be resolved from variablesValues and the path can be resolved into a drive letter or a UNC absolute file path.  
 MethodReturns a new file path containing variables, representing this file with its file name extension updated to newExtension.  
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

IVariableFilePath Interface
NDepend.Path Namespace