Possible Duplicate:
Getting all types that implement an interface with C# 3.5
I have an application with a number of DLL's referenced. In those DLL's are many classes implementing IStuff
.
How do I scan all the assemblies loaded at runtime and pull out a list of all classes implementing IStuff