 | ReflectionUtilsFindTypesWithBase Method (Type) |
Searches all loaded assemblies and returns the types which have the specified attribute.
Namespace: Slash.Reflection.UtilsAssembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntaxpublic static IEnumerable<Type> FindTypesWithBase(
Type baseType
)
Public Shared Function FindTypesWithBase (
baseType As Type
) As IEnumerable(Of Type)
public:
static IEnumerable<Type^>^ FindTypesWithBase(
Type^ baseType
)
static member FindTypesWithBase :
baseType : Type -> IEnumerable<Type>
Parameters
- baseType
- Type: SystemType
Type of the attribute to get the types of.
Return Value
Type:
IEnumerableTypeList of found types.
See Also