Copyright Accelerated Ideas 2007 Legacy Blog Posts | Blog Home | .NET Components

What is the Microsoft Intermediate Language Disassembler?


1/4/2007

The MSIL Disassembler is a vital tool for viewing the metadata and disassembled code of .NET components, libraries, modules or even entire applications. The tool displays the inner workings of programs or components in a Tree view style view.

We recommend using the MSIL Disassembler or metadata viewer (from within Visual Studio 2005) to explore the range of available classes, properties, methods and events for each of our .Net components.

For experienced developers this should be the first port of call in gathering the full list of publicly available features


< Blog Home