Click or drag to resize

DiskDevice Properties

The DiskDevice type exposes the following members.

Properties
  NameDescription
Public propertyAccessMode (Inherited from DeviceObject.)
Public propertyDeviceNumber
Retrieves device number for this disk.
Public propertyDevicePath
Returns the device path used to open this device object, if opened by name. If the object was opened in any other way, such as by supplying an already open handle, this property returns null/Nothing.
Public propertyDiskId
Public propertyDiskPolicyOffline
Gets or sets physical disk offline attribute. Only valid for physical disk objects, not volumes or partitions.
Public propertyDiskPolicyReadOnly
Gets or sets physical disk read only attribute. Only valid for physical disk objects, not volumes or partitions.
Public propertyDiskSignature
Gets or sets disk signature stored in boot record.
Public propertyDiskSize
Retrieves volume size of disk device.
Public propertyDriveLayoutEx
Gets information about a disk partitions. This property is available for physical disks, not disk partitions.
Public propertyGeometry
Returns logical disk geometry. Normally, only the BytesPerSector member contains data of interest.
Public propertyHasValidPartitionTable
Return a value indicating whether present sector 0 data indicates a valid MBR with a partition table and a disk signature.
Public propertyIsDiskWritable
Determines whether disk is writable or read-only.
Public propertyPartitionInformation
Gets information about a partition stored on a disk with MBR partition layout. This property is not available for physical disks, only disk partitions are supported.
Public propertyPartitionInformationEx
Gets information about a disk partition. This property is not available for physical disks, only disk partitions are supported.
Public propertySafeFileHandle (Inherited from DeviceObject.)
Public propertyScsiAddress
Retrieves SCSI address for this disk.
Public propertyStorageDeviceNumber
Retrieves storage device type and physical disk number information.
Public propertyVBRHiddenSectorsCount
Gets or sets disk signature stored in boot record.
Public propertyVolumeSizeInformation
Retrieves partition information.
Public propertyWriteOverlayStatus
Get live statistics from write filter driver.
Top
See Also