NDepend.API Documentation
PathMode Enumeration
NDepend.Path Namespace : PathMode Enumeration
Defines a path mode, absolute, relative or prefixed with an environment variable.
Syntax
public enum PathMode : System.Enum 
Members
MemberDescription
Absolute Represents a absolute path.
EnvVar Represents a path prefixed with an environment variable.
Relative Represents a relative path.
Variable Represents a path that contains variable(s).
Remarks
Since the a PathMode value can be variable, this enumeration can favor a generic way of coding in certain situations, by replacing calls to getters like IPath.IsAbsolutePath, IPath.IsRelativePath or IPath.IsEnvVarPath by calls to PathMode.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NDepend.Path.PathMode

Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

NDepend.Path Namespace