Click or drag to resize

DiskDevicePartitionInformation Property

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.

Namespace:  Arsenal.ImageMounter
Assembly:  Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax
public Nullable<NativeFileIOPARTITION_INFORMATION> PartitionInformation { get; }

Property Value

Type: NullableNativeFileIOPARTITION_INFORMATION
See Also