Graphical Class Viewer ?

  • Thread starter Thread starter Cybertof
  • Start date Start date
C

Cybertof

Hello,

Is there a way (option, external software) to visually view a project
classes and the links between the various classes ?


Thanks,
Cybertof.
 
Cybertof,

I don't know of a product that does that. That doesn't mean that one
doesn't exist though. I think that a close runner up would be Reflector, by
Lutz Roeder. You can find it at (watch for line wrap):

http://www.aisto.com/roeder/dotnet/

The reason I recommend it is that it will view IL and decompile
assemblies, as well as give hyperlinks to other methods and types as well
(click on a method in the IL/decompiled code and it takes you to that
definition, if it is loaded).

Hope this helps.
 
Hello,

Is there a way (option, external software) to visually view a project
classes and the links between the various classes ?

Try the 9Rays.Net Spices.Net (http//9rays.net) - you can use this app as
class browser for .Net assemblies, Spices.Net is 100% native app and work
with all known assemblies without System.Reflection problems (type load
exceptions).
Also we prepare two new plugins for Spices.Net that helps to analyze
metadata tables and analyze member info on the fly.
 
Back
Top