Reflection and type discovery in C#

A small application that loads an assembly and displays its types in a treeview.

This example from 2004 loads an assembly, shows all of its types in a tree view, and on expanding each node, shows the members of each type.

Taking this idea a lot further and infinitely more polished is .net Reflector by Lutz Roeder.

Last updated on 03 March 2009

Comments

blog comments powered by Disqus