I have found a fantastic .NET reflection tool called ".NET Reflector".
Reflector is a class browser for .NET components. It allows browsing and searching the meta data, IL instructions, resources and XML documentation stored in a .NET assembly. Reflector was first released in October 2000 running on .NET Framework 1.0 Beta.
.NET Reflector screen shots
NETReflector1.jpg)
NETReflector2.jpg)
As you can see it allows you to drill down into the .NET assembly and actually disassemble the objects and their methods. An invaluable source for developers. It is hard to believe this tool is free!
You can download a copy of this gem at the author's site below ..
http://www.aisto.com/roeder/dotnet/