Visualize my namespace structure

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rasmus

    Visualize my namespace structure

    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?
  • Mehdi

    #2
    Re: Visualize my namespace structure

    On Wed, 3 May 2006 00:01:01 -0700, Rasmus wrote:
    [color=blue]
    > 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?[/color]

    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.

    Comment

    • Rasmus

      #3
      Re: Visualize my namespace structure

      Looks nice, but lacks a print function

      /rasmus

      Comment

      Working...