Click or drag to resize
ReflectionUtilsFindTypesWithAttributeT Method
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> FindTypesWithAttribute<T>()
where T : Attribute

Type Parameters

T
Type of the attribute to get the types of.

Return Value

Type: IEnumerableType
List of found types.
See Also