1

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

Community
  • 1
  • 1
John Oxley
  • 14,698
  • 18
  • 53
  • 78
  • Although the answers in that duplicate are a bit Linq-heavy there are also correct non-Linq answers tucked away in that question. – Justin Jul 14 '11 at 15:58

0 Answers0