RegisteredComponentController Class |
Namespace: (Default Namespace)
public static class RegisteredComponentController
The RegisteredComponentController type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetAllOfType(Type) |
Retrieves an array of all currently existing instances of the class with type type,
(type must be a RegisteredComponent )
|
![]() ![]() | GetAllOfTypeT |
Retrieves an array of all currently existing instances of the class T,
where T must be a RegisteredComponent |
![]() ![]() | InstanceCountOfTypeT |
Return the number of all currently existing instances of the class T,
where T must be a RegisteredComponent |