Click or drag to resize

DeviceClassDevices Property

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

Gets the list of devices of this device class.

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

Property Value

Type: IReadOnlyCollectionDevice
See Also