DriveStorageType Enumeration

Specifies the storage type of a drive.

Definition

Namespace: DevCase.Core.IO.Devices.Drives
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DriveStorageType

Members

InternalStorage 0 Drive storage is connected within the computer chassis. Usually the drive is a hard disk drive (HDD) or solid-state drive (SSD).
ExternalStorage 1 Drive storage is connected from outside the chassis, usually by USB or eSATA.

See Also