RegisteredComponentController.GetAllOfType Method (Type)

From Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Retrieves an array of all currently existing instances of the class with type type, (type must be a RegisteredComponent )

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public static Object[] GetAllOfType(
	Type type
)

Parameters

type
Type: System..::..Type
The type of the instances to be retrieved

Return Value

Type: array<Object>[]()[][]
The array of instances.

Remarks

Use this function instead of GetAllOfType<T> if you need Flash compatibility.

See Also