DriveInfoDriveType Property |
Gets the drive type.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public DriveType DriveType { get; }
Public ReadOnly Property DriveType As DriveType
Get
public:
property DriveType DriveType {
DriveType get ();
}
member DriveType : DriveType with get
Return Value
Type:
DriveTypeOne of the
DriveType values.
Remarks
The DriveType property indicates whether a drive is any of: CDRom, Fixed, Unknown, Network, NoRootDirectory,
Ram, Removable, or Unknown. Values are listed in the
DriveType enumeration.
See Also