Microsoft DirectX 9.0 SDK Update (October 2004)

BufferedDataCollection Class

Language:

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

Collection of buffered data.

Definition

Visual Basic .NET Public Class BufferedDataCollection
   Inherits Object 
   Implements ICloneable, IEnumerable
C# public class BufferedDataCollection : Object,
   ICloneable, IEnumerable
Managed C++ public __gc class BufferedDataCollection  : public Object,
   ICloneable, IEnumerable
JScript .NET public class BufferedDataCollection extends Object
   implements IEnumerable, ICloneable

Members Table

Method Description
Add Adds a new element to the collection.
BufferedDataCollection Initializes a new instance of the object.
Clear Clears all elements from the collection.
Clone Duplicates the object.
Contains Determines whether an element is in the collection.
CopyTo Copies the collection or a portion of it to a one-dimensional array.
DeviceDataAverage Return the average of all data in the collection.
DeviceDataInstanceCount Return the count of all the data in the collection.
DeviceDataSum Return the sum of all the data in the collection.
GetEnumerator Gets an enumerator for this collection.
IndexOf Returns the zero-based index of the first occurrence of a value in the collection or in a portion of it.
Insert Inserts an element into the collection at the specified index.
Remove Removes the first occurrence of a specific object from the collection.
RemoveAt Removes the element at the specified index of the collection.
SortBySequence Sort the collection by sequence.
Property Description
Count Gets the number of elements.
IsFixedSize Gets a value indicating whether the collection has a fixed size.
IsReadOnly Gets a value indicating whether the collection is read only.
IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread-safe).
Item
SyncRoot Gets an object that can be used to synchronize access to the collection.

Inheritance Hierarchy

Object Leave Site
BufferedDataCollection

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