NDepend.API Documentation
AbsolutePathKind Enumeration
NDepend.Path Namespace : AbsolutePathKind Enumeration
Defines the kind of an absolute path.
Syntax
public enum AbsolutePathKind : System.Enum 
Members
MemberDescription
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".
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         NDepend.Path.AbsolutePathKind

Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

NDepend.Path Namespace