UsbRegDeviceList Class

LibUsbDotNet

LibUsbDotNet 2.2.8 UsbRegDeviceList Class
Library ReferenceLibUsbDotNet.MainUsbRegDeviceList
LibUsbDotNet on SourceForge
Array of USB device available for communication via LibUsb or WinUsb.
Declaration Syntax
C# Visual Basic Visual C++
public class UsbRegDeviceList : IEnumerable<UsbRegistry>, 
	IEnumerable
Public Class UsbRegDeviceList _
	Implements IEnumerable(Of UsbRegistry), IEnumerable
public ref class UsbRegDeviceList : IEnumerable<UsbRegistry^>, 
	IEnumerable
Members
All Members Constructors Methods Properties



Icon Member Description
UsbRegDeviceList()()()()
Creates an empty UsbRegDeviceList instance.

Contains(UsbRegistry)
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific value.

CopyTo(array<UsbRegistry>[]()[][], Int32)
Copies the elements of the ICollection<(Of <(<'T>)>)> to an Array, starting at a particular Array index.

Count
Gets the number of elements contained in the ICollection<(Of <(<'T>)>)>.

Find(Predicate<(Of <<'(UsbRegistry>)>>))
Find the first UsbRegistry device that matches the FindUsbPredicate.

Find(UsbDeviceFinder)
Find the first UsbRegistry device using a UsbDeviceFinder instance.

FindAll(Predicate<(Of <<'(UsbRegistry>)>>))
Find all UsbRegistry devices that matches the FindUsbPredicate.

FindAll(UsbDeviceFinder)
Find all UsbRegistry devices using a UsbDeviceFinder instance.

FindLast(Predicate<(Of <<'(UsbRegistry>)>>))
Find the last a UsbRegistry device that matches the FindUsbPredicate.

FindLast(UsbDeviceFinder)
Find the last UsbRegistry devices using a UsbDeviceFinder instance.

GetEnumerator()()()()
Returns an enumerator that iterates through a collection.

IndexOf(UsbRegistry)
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.

Item[([( Int32])])
Gets the element at the specified index.

Inheritance Hierarchy
Object
UsbRegDeviceList

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)