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; }
Public ReadOnly Property PartitionInformation As Nullable(Of NativeFileIOPARTITION_INFORMATION)
Get
public:
property Nullable<NativeFileIOPARTITION_INFORMATION> PartitionInformation {
Nullable<NativeFileIOPARTITION_INFORMATION> get ();
}
member PartitionInformation : Nullable<NativeFileIOPARTITION_INFORMATION> with get
Property Value
Type:
NullableNativeFileIOPARTITION_INFORMATIONSee Also