DriveInfoWrap public class DriveInfoWrap : IDriveInfo Documentation public long AvailableFreeSpace { get; } public string DriveFormat { get; } public DriveType DriveType { get; } public bool IsReady { get; } public string Name { get; } public DirectoryInfo RootDirectory { get; } public long TotalFreeSpace { get; } public long TotalSize { get; } public string VolumeLabel { get; } public DriveInfoWrap(DriveInfo driveInfo) public DriveInfoWrap() public IDriveInfo[] GetDrives() public Type GetType()