IDriveInfo public interface IDriveInfo Documentation long AvailableFreeSpace { get; } string DriveFormat { get; } DriveType DriveType { get; } bool IsReady { get; } string Name { get; } DirectoryInfo RootDirectory { get; } long TotalFreeSpace { get; } long TotalSize { get; } string VolumeLabel { get; } bool Equals(object o) IDriveInfo[] GetDrives() int GetHashCode() Type GetType() string ToString()