Click or drag to resize

VolumeDeviceClass Class

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

The device class for volume devices.
Inheritance Hierarchy

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

The VolumeDeviceClass type exposes the following members.

Constructors
  NameDescription
Public methodVolumeDeviceClass
Initializes a new instance of the VolumeDeviceClass class.
Public methodVolumeDeviceClass(ILoggerFactory)
Initializes a new instance of the VolumeDeviceClass 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 propertyVolumes
Gets the list of volumes.
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