Array of interfaces supported by this configuration. The length of this array is determined by the bNumInterfaces field.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public List<MonoUsbInterface> InterfaceList { get; }
Public ReadOnly Property InterfaceList As List(Of MonoUsbInterface) Get
public: property List<MonoUsbInterface^>^ InterfaceList { List<MonoUsbInterface^>^ get (); }