Click or drag to resize
DiskPartitionLayoutModel Properties

The DiskPartitionLayoutModel type exposes the following members.

Properties
  NameDescription
Public propertyActive
Gets or sets a value indicating whether the partition should be made active.
Public propertyAlign
Gets or sets the partition offset will be a multiple of this value. If the Offset value is given, it will be round to the closest multiple of this value.
Public propertyFileSystemType
Gets or sets the file system type such as NTFS, RFS. See FileSystemTypes class. If null, RECOMMENDED is used.
Public propertyINodeSize
Gets or sets the INode size.
Public propertyIsBoot
Gets or sets a value indicating whether this partition is a boot partition.
Public propertyLabel
Gets or sets the string to be used as the label of the volume. This is optional.
Public propertyMountPoint
Gets or sets Where to mount the partition. (If the mount point looks like a {driveletter}: We will attempt to assign that drive letter to the volume.
Public propertyOffset
Gets or sets the offset, in kilobytes, at which the partition is created. If offset is 0, the partition will start at the beginning of the first free space on the disk that is large enough to hold the new partition.
Public propertyPartitionType
Gets or sets one of the partition types from the PartitionTypes class
Public propertyQuickFormat
Gets or sets a value indicating whether we should use a "quick" format.
Public propertyShouldCreateMountPointDirectory
Gets or sets a value indicating whether InitializeDisk should create mount point directory or not.
Public propertyShouldFormatPartition
Gets or sets a value indicating whether the partition should be formatted.
Public propertySize
Gets or sets the size in Megabytes of the partition. If the size is 0 then it will consume the rest of the space.
Top
See Also