DiskDevice Properties |
The DiskDevice type exposes the following members.
Name | Description | |
---|---|---|
AccessMode | (Inherited from DeviceObject.) | |
DeviceNumber |
Retrieves device number for this disk.
| |
DevicePath |
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.
| |
DiskId | ||
DiskPolicyOffline |
Gets or sets physical disk offline attribute. Only valid for
physical disk objects, not volumes or partitions.
| |
DiskPolicyReadOnly |
Gets or sets physical disk read only attribute. Only valid for
physical disk objects, not volumes or partitions.
| |
DiskSignature |
Gets or sets disk signature stored in boot record.
| |
DiskSize |
Retrieves volume size of disk device.
| |
DriveLayoutEx |
Gets information about a disk partitions. This property is available
for physical disks, not disk partitions.
| |
Geometry |
Returns logical disk geometry. Normally, only the BytesPerSector member
contains data of interest.
| |
HasValidPartitionTable |
Return a value indicating whether present sector 0 data indicates a valid MBR
with a partition table and a disk signature.
| |
IsDiskWritable |
Determines whether disk is writable or read-only.
| |
PartitionInformation |
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.
| |
PartitionInformationEx |
Gets information about a disk partition. This property is not
available for physical disks, only disk partitions are supported.
| |
SafeFileHandle | (Inherited from DeviceObject.) | |
ScsiAddress |
Retrieves SCSI address for this disk.
| |
StorageDeviceNumber |
Retrieves storage device type and physical disk number information.
| |
VBRHiddenSectorsCount |
Gets or sets disk signature stored in boot record.
| |
VolumeSizeInformation |
Retrieves partition information.
| |
WriteOverlayStatus |
Get live statistics from write filter driver.
|