Is there a better (more performant or nicer code ;) way to find all derived Types of a Type? Currently im using something like:
- get all types in used Assemblies
- check my type with all those types if it is 'IsAssignable'
I was wondering if theres a better way todo this?