Click or drag to resize

DiskDeviceClass Class

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

The device class for disk devices.
Inheritance Hierarchy

Namespace:  UsbEject
Assembly:  UsbEject (in UsbEject.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public sealed class DiskDeviceClass : DeviceClass, 
	IReadOnlyCollection<Disk>, IEnumerable<Disk>, IEnumerable

The DiskDeviceClass type exposes the following members.

Constructors
  NameDescription
Public methodDiskDeviceClass
Initializes a new instance of the DiskDeviceClass class.
Public methodDiskDeviceClass(ILoggerFactory)
Initializes a new instance of the DiskDeviceClass class.
Top
Properties
  NameDescription
Public propertyClassGuid
Gets the device class's guid.
(Inherited from DeviceClass.)
Public propertyCount
Gets the number of elements in the collection.
Public propertyDevices
Gets the list of devices of this device class.
(Inherited from DeviceClass.)
Public propertyDisks
Gets the list of disks.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from DeviceClass.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also