RegisteredComponentController Methods

ClockStone Audio Toolkit

RegisteredComponentController Methods

The RegisteredComponentController type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAllOfType(Type)
Retrieves an array of all currently existing instances of the class with type type, (type must be a RegisteredComponent )
Public methodStatic memberGetAllOfTypeT
Retrieves an array of all currently existing instances of the class T, where T must be a RegisteredComponent
Public methodStatic memberInstanceCountOfTypeT
Return the number of all currently existing instances of the class T, where T must be a RegisteredComponent
Top
See Also