NDepend.API Documentation
EnvVarPathResolvingStatus Enumeration
NDepend.Path Namespace : EnvVarPathResolvingStatus Enumeration
Defines the result of the IEnvVarPath.IEnvVarPath.TryResolve method.
Syntax
public enum EnvVarPathResolvingStatus : System.Enum 
Members
MemberDescription
ErrorEnvVarResolvedButCannotConvertToAbsolutePath The environment variable has been resolved but the resulting path is not a valid absolute path.
ErrorUnresolvedEnvVar The environment variable cannot be resolved.
Success The environment variable has been resolved, and the resulting path is a valid absolute path.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NDepend.Path.EnvVarPathResolvingStatus

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