In the object-oriented world of .NET have you ever wanted to see how object inheritance and namespace hierarchy relate? Well, now you can! Fire up this WinForms application, and on the Assembly menu choose one of the standard .DLLs in the list. The program parses the assembly and shows you two hierarchies, at the left the namespaces, or how you would normally refer to the classes in code, and at the right the inheritance so you can see more of what's happening behind the scenes. Use the up and down ......