Skip to main content

DriveType Enum

NuGet: GHIElectronics.TinyCLR.IO
Assembly: GHIElectronics.TinyCLR.IO
Namespace: System.IO

Classification of a mounted volume.

public enum DriveType

Fields

NameValueDescription
Unknown0The drive type is unknown.
NoRootDirectory1The drive has no root directory.
Removable2The drive is removable, such as an SD card or USB stick.
Fixed3The drive is a fixed disk.
Network4The drive is a network drive.
CDRom5The drive is an optical disc.
Ram6The drive is a RAM disk.