public enum VariablePathResolvingStatus : System.Enum
public enum VariablePathResolvingStatus : System.Enum
| Member | Description |
|---|---|
| ErrorUnresolvedVariable | One or several variables cannot be resolved. |
| ErrorVariableResolvedButCannotConvertToAbsolutePath | All variables have been resolved but the resulting path is not a valid absolute path. |
| Success | All variables have been resolved, and the resulting path is a valid absolute path. |
System.Object
System.ValueType
System.Enum
NDepend.Path.VariablePathResolvingStatus
Target Platforms: Windows 11, 10, 8, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed