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
  •  | 
  •  

Frage

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?

War es hilfreich?

Lösung

You can use dotPeek a free decompiler from JetBrains.

Here is a screenshot

Inheritors

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top