Click or drag to resize

USBNotifier Constructor

Overload List
  NameDescription
Public methodUSBNotifier(IntPtr, Guid)
Constructs a new USBNotifier that will watch for events on devices matching the given interface GUID. A window handle is needed since the notifier relies on window messages.
Public methodUSBNotifier(IntPtr, String)
Constructs a new USBNotifier that will watch for events on devices matching the given interface GUID. A window handle is needed since the notifier relies on window messages.
Public methodUSBNotifier(Control, Guid)
Constructs a new USBNotifier that will watch for events on devices matching the given interface GUID. A Windows Forms control is needed since the notifier relies on window messages.
Public methodUSBNotifier(Control, String)
Constructs a new USBNotifier that will watch for events on devices matching the given interface GUID. A Windows Forms control is needed since the notifier relies on window messages.
Top
See Also