RegisteredComponentControllerGetAllOfTypeT Method
|
Retrieves an array of all currently existing instances of the class
T,
where
T must be a
RegisteredComponent
Namespace:
(Default Namespace)
Assembly:
AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax public static T[] GetAllOfType<T>()
where T : IRegisteredComponent
Type Parameters
- T
- a class derived from RegisteredComponent
Return Value
Type:
T
The array of instances.
See Also