LibUsbDotNet 2.2.8
UsbRegistryInfo Property
Library Reference ► LibUsbDotNet.LudnMonoLibUsb ► MonoUsbDevice ► UsbRegistryInfo
|
Gets the UsbRegistry class that opened the device, or null if the device was not opened by the UsbRegistry class.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public override UsbRegistry UsbRegistryInfo { get; }
Public Overrides ReadOnly Property UsbRegistryInfo As UsbRegistry Get
public: virtual property UsbRegistry^ UsbRegistryInfo { UsbRegistry^ get () override; }