Click or drag to resize

TypeInfoUtilsFindTypesWithBase Method

Searches all loaded assemblies and returns the types which have the specified attribute.

Namespace:  Slash.Unity.DataBind.Core.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static List<Type> FindTypesWithBase(
	Type baseType
)

Parameters

baseType
Type: SystemType
Base type to get the types of.

Return Value

Type: ListType
List of found types.
See Also