Partition Type Enumeration
Indicates the type of a partition.
Definition
Namespace: Ookii.AnswerFile
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
Assembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 2.3.0+3ec3ef5391bcdf8d84abe65b91ab672cac4934d3
C#
public enum PartitionTypeVB
Public Enumeration PartitionTypeC++
public enum class PartitionTypeF#
type PartitionTypeMembers
| Normal | 0 | The partition is a normal data partition. For EFI/GPT, these are always primary partitions. For BIOS/MBR, an extended partition with logical volumes is created automatically based on the partition count. |
| System | 1 | The system partition. For EFI/GPT, this is the special EFI System Partition (ESP), and will be formatted as FAT32. For BIOS/MBR, this is a regular NTFS partition that should precede the Windows partition. No drive letter will be assigned. |
| Msr | 2 | A Microsoft reserved (MSR) partition. This partition type is only used for EFI/GPT. Partitions of this type will not be formatted using a file system, and will not be assigned a drive letter. |
| Utility | 3 | Indicates the partition is a utility partition, such as a recovery partition or Windows RE tools partition. It will be marked as a utility partition using the appropriate TypeId, and will not be assigned a drive letter. |