如何在 Ndepend 中获取我的类所依赖的类型列表?
使用 Ndepend;如何获取我的类正在使用的所有类型(仅来自同一程序集的类型)的列表?
如果除了 Ndepend 之外还有其他方法可以做到这一点,我愿意接受建议。
Using Ndepend; How can I get a list of all types (types only from the same assembly) that my class is using?
If there is any way to do this other than Ndepend, I'm open to suggestions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先右键单击该类型并询问我直接使用的类型:
其次,已为您生成了一个 CQL 查询,您可以探索使用的结果和组类型程序集和/或命名空间。
第三,您可以优化查询以仅匹配一个或多个特定程序集的类型:
First right click the type and ask for types that I use directly:
Second, a CQL query has been generated for you, and you can explore the result and group types used by assembly and/or namespaces.
Third, you can refine the query to match only types for one or several particular assemblies: