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, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed