DiskDevicePartitionInformationEx Property |
Gets information about a disk partition. 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_EX> PartitionInformationEx { get; }
Public ReadOnly Property PartitionInformationEx As Nullable(Of NativeFileIOPARTITION_INFORMATION_EX)
Get
public:
property Nullable<NativeFileIOPARTITION_INFORMATION_EX> PartitionInformationEx {
Nullable<NativeFileIOPARTITION_INFORMATION_EX> get ();
}
member PartitionInformationEx : Nullable<NativeFileIOPARTITION_INFORMATION_EX> with get
Property Value
Type:
NullableNativeFileIOPARTITION_INFORMATION_EXSee Also