What is the best way to search for classes that implement a particular interface in .NET's FCL?

StackOverflow https://stackoverflow.com/questions/16326138

  •  13-04-2022
  •  | 
  •  

Question

Yes, a similar question was asked back in 2009 - almost 4 years ago.

However, it's no longer true that MSDN will show a list of "Classes that Implement Interface" in the FCL documentation. Also, while I agree that Reflector is neat, it's also not free - which is not neat. Shouldn't there be an easier way to check what classes in the FCL implement a particular interface by .NET version number?

Was it helpful?

Solution

You can use dotPeek a free decompiler from JetBrains.

Here is a screenshot

Inheritors

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top