Drive public class Drive : IDrive Represents a hard drive. Documentation public Drive() public long GetAvailableSize(string path) Gets the size of available space on the provided path. public int GetDiskUsage(string path) Gets the size of used space on the provided path. public long GetTotalSize(string path) Gets the total size of the provided path.