简体   繁体   English

搜索在.NET FCL中实现特定接口的类的最佳方法是什么?

[英]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. 是的,差不多4年前的2009年,有人问过类似的问题

However, it's no longer true that MSDN will show a list of "Classes that Implement Interface " in the FCL documentation. 但是,MSDN将不再显示FCL文档中的“实现接口的类”列表。 Also, while I agree that Reflector is neat, it's also not free - which is not neat. 另外,虽然我同意Reflector整洁,但它也不免费-并非整洁。 Shouldn't there be an easier way to check what classes in the FCL implement a particular interface by .NET version number? 是否应该有一种更简便的方法来检查FCL中的哪些类通过.NET版本号实现特定接口?

You can use dotPeek a free decompiler from JetBrains. 您可以使用JetBrains的免费反编译器dotPeek

Here is a screenshot 这是截图

继承者

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 实施搜索的最佳方法是什么? - What's the best way to implement a search? 在VB.NET中实现“可选委托”的最佳方法是什么? - What's the best way to implement an “optional delegate” in VB.NET? .NET - 实现“捕获所有异常处理程序”的最佳方法是什么 - .NET - What's the best way to implement a “catch all exceptions handler” 在dotnet / .NET中实现自定义属性的最佳方法是什么? - What's the best way to implement custom attributes in dotnet/.NET? 从Visual Basic 6使用.NET类的最佳方法是什么? - What's the best way to use .NET classes from Visual Basic 6? 在模式DAL中实现搜索的最佳方法是什么? - What is the best way to implement a search in the pattern DAL? 在.NET webapp中缓存复杂搜索查询的最佳方法是什么? - What's the best way to cache complicated search queries in a .NET webapp? 实现计算列的最佳方法是什么? - What's the best way to implement a calculated column? 在多租户.net项目中实现角色的最佳方法是什么? - What's the best way to implement roles in a multi-tenant .net project? 在C#.NET中实现不固定的多deminsional数组的最佳方法是什么? - What's the best way to implement an unfixed multi-deminsional array in C#.NET?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM