NativeFileIODriveLayoutInformationPartitions Property |
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax public ReadOnlyCollection<NativeFileIOPARTITION_INFORMATION_EX> Partitions { get; }
Public ReadOnly Property Partitions As ReadOnlyCollection(Of NativeFileIOPARTITION_INFORMATION_EX)
Get
public:
property ReadOnlyCollection<NativeFileIOPARTITION_INFORMATION_EX>^ Partitions {
ReadOnlyCollection<NativeFileIOPARTITION_INFORMATION_EX>^ get ();
}
member Partitions : ReadOnlyCollection<NativeFileIOPARTITION_INFORMATION_EX> with get
Property Value
Type:
ReadOnlyCollectionNativeFileIOPARTITION_INFORMATION_EXSee Also