简体   繁体   中英

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

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?

You can use dotPeek a free decompiler from JetBrains.

Here is a screenshot

继承者

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM