Visualize my namespace structure

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm looking for a way to visualize the structure of namespaces in my C#
project.

Idealy a program that can inspect the dll and provide me with a overview of
the namespaces and the classes contain in each.

Any ideas?
 
I'm looking for a way to visualize the structure of namespaces in my C#
project.

Idealy a program that can inspect the dll and provide me with a overview of
the namespaces and the classes contain in each.

Any ideas?

Reflector <http://www.aisto.com/roeder/dotnet/> is free and quite good at
that. It's originally a decompiler but you can use it as a namspace viewer
as well.
 
Back
Top