Class SystemVolume
  
  
  
  
  
  Assembly: SociallyDistant.Framework.dll
  Syntax
  
    public class SystemVolume
   
  Constructors
  
  SystemVolume(DriveInfo)
  
  
  Declaration
  
    public SystemVolume(DriveInfo driveInfo)
   
  Parameters
  
  Properties
  
  DriveType
  
  
  Declaration
  
    public DriveType DriveType { get; }
   
  Property Value
  
  
  FileSystemType
  
  
  Declaration
  
    public string FileSystemType { get; }
   
  Property Value
  
  
  FreeSpace
  
  
  Declaration
  
    public ulong FreeSpace { get; }
   
  Property Value
  
  
  Path
  
  
  Declaration
  
    public string Path { get; }
   
  Property Value
  
  
  TotalSpace
  
  
  Declaration
  
    public ulong TotalSpace { get; }
   
  Property Value
  
  
  VolumeLabel
  
  
  Declaration
  
    public string VolumeLabel { get; }
   
  Property Value