StylusAsyncPluginCollection Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Maintains a sequenced list of asynchronous plug-ins that implement the IStylusAsyncPlugin interface. Use this class to add new asynchronous plug-ins to an instance of the RealTimeStylus class.
The StylusAsyncPluginCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add | Adds an asynchronous plug-in to the end of the StylusAsyncPluginCollection collection. | |
Clear | Removes all IStylusAsyncPlugin objects from the StylusAsyncPluginCollection instance. | |
Contains | Returns a value that indicates whether the StylusAsyncPluginCollection collection contains a specific asynchronous plug-in. | |
CopyTo | Copies the entire StylusAsyncPluginCollection collection to a compatible one-dimensional Array, starting at the specified index of the target array. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
IndexOf | Searches for the specified asynchronous plug-in and returns the zero-based index of the first occurrence of the plug-in within the entire StylusAsyncPluginCollection collection. | |
Insert | Inserts an asynchronous plug-in into the StylusAsyncPluginCollection collection at the specified index. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove | Removes an asynchronous plug-in from the StylusAsyncPluginCollection collection. | |
RemoveAt | Removes the IStylusAsyncPlugin object at the specified index. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of IStylusAsyncPlugin objects contained in the StylusAsyncPluginCollection collection. | |
IsReadOnly | Gets a value indicating whether the StylusAsyncPluginCollection collection is read-only. | |
IsSynchronized | Gets a value that indicates whether or not access to the StylusAsyncPluginCollection collection is synchronized (thread safe). | |
Item | Gets or sets the asynchronous plug-in at the specified index in the StylusAsyncPluginCollection collection. | |
SyncRoot | Gets an object that can be used to synchronize access to the StylusAsyncPluginCollection collection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | ||
IEnumerable.GetEnumerator |
Top