public enum EnvVarPathResolvingStatus : System.Enum
public enum EnvVarPathResolvingStatus : System.Enum
| Member | Description | 
|---|---|
| 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. | 
System.Object
   System.ValueType
      System.Enum
         NDepend.Path.EnvVarPathResolvingStatus
Target Platforms: Windows 11, 10, 8, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed