Click or drag to resize

DiskPartitionInfo Class

Disk Partition Information.

For more information see: Win32_DiskPartition class

Inheritance Hierarchy
SystemObject
  Xcalibur.Models.Hardware.DiskDiskPartitionInfo

Namespace:  Xcalibur.Models.Hardware.Disk
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class DiskPartitionInfo : IDiskPartitionInfo

The DiskPartitionInfo type exposes the following members.

Constructors
  NameDescription
Public methodDiskPartitionInfo
Initializes a new instance of the DiskPartitionInfo class.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also