Metadata Tools and Extensions

A Tool for Reading Metadata

At this point, you are probably thinking that a generic tool for reading and displaying metadata would be a simple and easy application to write and very useful when working with CLR types. In fact, writing such a tool is great first application for familiarizing yourself with the CLR and its concepts. The SDK also supplies such a tool, called the Intermediate Language Disassembler (ILDASM); a tutorial for using ILDASM appears in the SDK as well. Although this book generally avoids using tools that hide the facilities of the CLR, ILDASM is such a wonderful aid when you are starting with the CLR that you are strongly advised to examine types with it. Invoking ILDASM on mscorlib and selecting ...

Get Programming in the .NET Environment now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.