Microsoft DirectX 9.0 SDK Update (October 2004)

DeviceObjectList Class

Language:

Note: This documentation is preliminary and is subject to change.

A collection of device objects.

Definition

Visual Basic .NET NotInheritable Public Class DeviceObjectList
   Inherits Object 
   Implements IEnumerable, IEnumerator
C# public sealed class DeviceObjectList : Object,
   IEnumerable, IEnumerator
Managed C++ public __gc __sealed class DeviceObjectList  : public Object,
   IEnumerable, IEnumerator
JScript .NET public class DeviceObjectList extends Object
   implements IEnumerable, IEnumerator

Members Table

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.
Property Description
Count Gets the number of elements.
Current Gets the current element in the collection.

Inheritance Hierarchy

Object Leave Site
DeviceObjectList

Class Information

Namespace Microsoft.DirectX.DirectInput
Assembly Microsoft.DirectX.DirectInput (microsoft.directx.directinput.dll)
Strong Name Microsoft.DirectX.DirectInput,  Version=1.0.2902.0,  Culture=neutral,  PublicKeyToken=31bf3856ad364e35

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center