Click or drag to resize

IDiskPartitionInfo Properties

The IDiskPartitionInfo type exposes the following members.

Properties
  NameDescription
Public propertyAssociatedLogicalDisk
Win32_DiskPartition: Gets or sets the associated logical disk.
Public propertyBlockSize
Win32_DiskPartition: BlockSize: Size in bytes of the blocks which form this storage extent.
Public propertyBootable
Gets or sets a value indicating whether this DiskPartitionInfo is bootable. Win32_DiskPartition: Bootable: Computer can be booted from this partition.
Public propertyDescription
Win32_DiskPartition: Description: Description of the object.
Public propertyDeviceId
Win32_DiskPartition: DeviceID: Unique identifier of the disk drive and partition, from the rest of the system.
Public propertyDiskIndex
Win32_DiskPartition: DiskIndex: Index number of the disk containing this partition.
Public propertyIndex
Win32_DiskPartition: Index: Index number of the partition.
Public propertyPrimaryPartition
Win32_DiskPartition: PrimaryPartition: If True, this is the primary partition.
Public propertySize
Win32_DiskPartition: Size: Total size of the partition.
Public propertyStartingOffset
Win32_DiskPartition: StartingOffset: Starting offset (in bytes) of the partition.
Public propertyType
Win32_DiskPartition: Type: Type of the partition.
Top
See Also