How can we help you today? How can we help you today?

Using the "Used By" results as API

Hi Guys,

I am trying to develop a class dependency tool for tracebility across different layers of the application. If Class1 uses Class2, then I need to get that information so that I can build a class dependency database. This would help in the impact analysis due to changes to any classes.

I can see the information I need, when I "Analyze" a class and expand the "Used By" node. Is it possible to get this information programatically so that I can use it in an add-in?

Thanks!
NK
0

Comments

2 comments

  • haleyjason
    Currently I don't believe there is a way to extend or even access the Analyze functionality of Reflector. However, you could write your own. You might look at the code for the Code Search addin on the CodePlex site: http://www.codeplex.com/reflectoraddins that should give you and idea of how you can search the loaded assemblies.
    haleyjason
    0
  • NK
    Thanks! I will try that.
    NK
    0

Add comment

Please sign in to leave a comment.