Enum DriveFormatType
- Namespace
- Garyon.Extensions
- Assembly
- Garyon.dll
Contains the known drive format types, including FAT, FAT32, NTFS, UDF, APFS and more.
public enum DriveFormatType
- Extension Methods
Fields
[Code("APFS")] Apfs = 7[Code("exFAT")] ExFat = 4[Code("FAT")] Fat = 1[Code("FAT32")] Fat32 = 2[Code("NTFS")] Ntfs = 3[Code("ReFS")] ReFS = 5[Code("UDF")] Udf = 6Unknown = 0Denotes that the drive format type is unknown.