Click or drag to resize
ReflectionUtilsFindTypesWithBase Method (Type)
Searches all loaded assemblies and returns the types which have the specified attribute.

Namespace: Slash.Reflection.Utils
Assembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax
public static IEnumerable<Type> FindTypesWithBase(
	Type baseType
)

Parameters

baseType
Type: SystemType
Type of the attribute to get the types of.

Return Value

Type: IEnumerableType
List of found types.
See Also