DiskDeviceDriveLayoutEx Property |
Gets information about a disk partitions. This property is available
for physical disks, not disk partitions.
Namespace:
Arsenal.ImageMounter
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public NativeFileIODriveLayoutInformation DriveLayoutEx { get; set; }
Public Property DriveLayoutEx As NativeFileIODriveLayoutInformation
Get
Set
public:
property NativeFileIODriveLayoutInformation^ DriveLayoutEx {
NativeFileIODriveLayoutInformation^ get ();
void set (NativeFileIODriveLayoutInformation^ value);
}
member DriveLayoutEx : NativeFileIODriveLayoutInformation with get, set
Property Value
Type:
NativeFileIODriveLayoutInformationSee Also