Click or drag to resize

DiskDeviceClassDisks Property

[This is preliminary documentation and is subject to change.]

Gets the list of disks.

Namespace:  UsbEject
Assembly:  UsbEject (in UsbEject.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public IReadOnlyCollection<Disk> Disks { get; }

Property Value

Type: IReadOnlyCollectionDisk
See Also