Reflection Sample: A .NET Assembly Viewer

Volte

Neutiquam Erro
Joined
Nov 17, 2002
Messages
2,165
User Rank
*Expert*
This is a project I worked on a few months ago, meant to expand my knowledge of the internals of the way .NET assemblies worked and how to use the System.Reflection namespace to work with them (and it did!), and now Ill release it to you. It is a fair duplication of the Object Browser included within the .NET IDE. Ive released it to a small group of users already, but now Ill release it here.

Ill warn you right now, the code is by no means squeaky clean. There are some little hacks, messy bits, and there are no comments (at least I dont think there are any :p). However, the overall structure of the application is sound, and can be easily expanded on.

I had originally intended on writing a resource viewer part to this too, but I never got around to fully implementing it. Maybe someday.

Anyway, please download it, try it, look at the code and get what you can out of it. Report any bugs to me via PM, thanks.
 

Attachments

Back
Top