Click or drag to resize

DeviceClass Class

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

A generic base class for physical device classes.
Inheritance Hierarchy

Namespace:  UsbEject
Assembly:  UsbEject (in UsbEject.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
public abstract class DeviceClass : IDisposable

The DeviceClass type exposes the following members.

Constructors
  NameDescription
Protected methodDeviceClass(Guid, ILogger)
Initializes a new instance of the DeviceClass class.
Protected methodDeviceClass(Guid, IntPtr, ILogger)
Initializes a new instance of the DeviceClass class.
Top
Properties
  NameDescription
Public propertyClassGuid
Gets the device class's guid.
Public propertyDevices
Gets the list of devices of this device class.
Protected propertyLogger
Logger.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Overrides ObjectFinalize.)
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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also