DriveStorageType Enumeration
Specifies the storage type of a drive.
Namespace: DevCase.Core.IO.Devices.DrivesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum DriveStorageType
Public Enumeration DriveStorageType
Dim instance As DriveStorageType
public enum class DriveStorageType
No code example is currently available or this language may not be supported.
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.
|