I”m try to find something similar to the treeview built into Visual Studio that lets you traverse a class. Is there a basic library/class that basically contains a tree with Reflected data that iterates through a class and its subclasses? I want code, I’m not interested in separate applications.
I don’t think it would be that difficult to implement with reflection, but I’m hoping somebody else has already done it.
If you just want ot iterate through nested class here is an example
Maybe you also want some info about Methods , Properties e.t.c in that case you can use