Dismantling .NET

Microsoft .NET platform and .NET Framework specification give a lot of possibilities to explore structre and source code of created programs with .NET. That’s why there are some utilities wich are wide spreaded for this purpose.
ILDasm
This utility is part of Visual Studio .NET. This program allows to see Type’s tree and save it to file. [...]