开发者

How to get a list of types that my class depends on in 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 tha开发者_运维技巧n Ndepend, I'm open to suggestions.


First right click the type and ask for types that I use directly:

How to get a list of types that my class depends on in Ndepend?

Second, a CQL query has been generated for you, and you can explore the result and group types used by assembly and/or namespaces.

How to get a list of types that my class depends on in Ndepend?

Third, you can refine the query to match only types for one or several particular assemblies:

How to get a list of types that my class depends on in Ndepend?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜