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