DeviceList Class (Microsoft.DirectX.DirectInput)
Collection of devices.
Visual Basic NotInheritable Public Class DeviceList
Inherits Object
Implements IEnumerable, IEnumerator
C# public sealed class DeviceList : Object , IEnumerable
, IEnumerator
C++ public ref class DeviceList sealed : Object , IEnumerable
, IEnumerator
JScript public final class DeviceList extends Object implements IEnumerable
, IEnumerator
The following table lists the members exposed by the object.
Methods
Method Description GetEnumerator Gets an enumerator for this collection. MoveNext Advances the enumerator to the next element of the collection. Reset Sets the enumerator to its initial position, which is before the first element in the collection. Properties
Object
DeviceList
Namespace Microsoft.DirectX.DirectInput Assembly Microsoft.DirectX.DirectInput (microsoft.directx.directinput.dll) Strong Name Microsoft.DirectX.DirectInput, Version=1.0.900.0, Culture=neutral, PublicKeyToken=d3231b57b74a1492
Show:
