Manages device enumeration and searching.
| C# | Visual Basic | Visual C++ |
public class HIDManagement : IDisposable
Public Class HIDManagement _ Implements IDisposable
public ref class HIDManagement : IDisposable
| All Members | Constructors | Methods | Events | ||
| Icon | Member | Description |
|---|---|---|
| HIDManagement()()() | Initializes a new instance of the HIDManagement class | |
| DeviceConnected | ||
| DeviceDisconnected | ||
| Dispose()()() | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | (Overrides Object.Finalize()()().) | |
| GetDevices()()() |
Returns all HID-class devices that are currently attached.
| |
| GetDevices(Boolean) | ||
| GetDevices(UInt16) |
Returns all HID-class devices for the specified VendorID that are currently attached.
| |
| GetDevices(UInt16, Boolean) | ||
| GetDevices(UInt16, UInt16) |
Returns all HID-class devices for the specified VendorID and ProductID that are currently attached.
| |
| GetDevices(UInt16, UInt16, Boolean) | ||
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
| Object | |
| HIDManagement | |