NDepend.API Documentation
IEnvVarFilePath Interface Members
Properties  Methods 

NDepend.Path Namespace : IEnvVarFilePath Interface

The following tables list the members exposed by IEnvVarFilePath.

Public Methods
 NameDescription
 MethodReturns a new directory path prefixed with an environment variable, representing a directory with name directoryName, located in the same directory as this file.  
 MethodReturns a new file path prefixed with an environment variable, refering to a file with name fileName, located in the same directory as this file.  
 MethodOverloaded. Returns EnvVarPathResolvingStatus.EnvVarPathResolvingStatus.Success if this file path is prefixed with an environment variable that can be resolved into a drive letter or a UNC absolute file path.  
 MethodReturns a new file path prefixed with an environment variable, 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

IEnvVarFilePath Interface
NDepend.Path Namespace