Click or drag to resize
ObjectXGetAllTypes Method
Gets all run-time types in the current application.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public static void GetAllTypes(
	HashSet<Type> allTypes
)

Parameters

allTypes
Type: System.Collections.GenericHashSetType
All run-time types in the current application.
Remarks
This method does nothing at run-time.
See Also