Table of Contents

Enum DiskDrivePartitionStyle

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the partition style of a disk drive - for example MBR or GPT.

public enum DiskDrivePartitionStyle

Fields

Gpt = 2

The partition style is GUID Partition Table (GPT).

Mbr = 1

The partition style is Master Boot Record (MBR).

Raw = 3

The parition style is RAW.

Unknown = 0

The partition style is unknown.