HardDriveCapabilities Enumeration
Specifies a the capabilities (such as S.M.A.R.T. notification) of a hard 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 HardDriveCapabilities
Public Enumeration HardDriveCapabilities
Dim instance As HardDriveCapabilities
public enum class HardDriveCapabilities
type HardDriveCapabilities
No code example is currently available or this language may not be supported.
Unknown |
0 |
|
Other |
1 |
|
SequentialAccess |
2 |
|
RandomAccess |
3 |
|
SupportsWriting |
4 |
|
Encryption |
5 |
|
Compression |
6 |
|
SupportsRemovableMedia |
7 |
|
ManualCleaning |
8 |
|
AutomaticCleaning |
9 |
|
SMARTNotification |
10 |
|
SupportsDualSidedMedia |
11 |
|
PredismountEjectNotRequired |
12 |
|