public enum AbsolutePathKind : System.Enum
public enum AbsolutePathKind : System.Enum
| Member | Description | 
|---|---|
| DriveLetter | Represents a Windows absolute path prefixed with a drive letter like "C:\". | 
| LinuxStyle | Represents a Linux style path starting with the char '/'. | 
| UNC | Represents a Windows UNC absolute path with a syntax like "\\server\share\path". | 
System.Object
   System.ValueType
      System.Enum
         NDepend.Path.AbsolutePathKind
Target Platforms: Windows 11, 10, 8, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed