Hello!

Can somebody give some example for what kind of metadata in included in the
assembly ?

//Tony

Re: Metadata in the assembly by Alberto

Alberto
Thu Aug 28 03:51:52 CDT 2008

"Tony Johansson" <johansson.andersson@telia.com> wrote in message
news:OkZYs5NCJHA.5012@TK2MSFTNGP05.phx.gbl...
> Can somebody give some example for what kind of metadata in included in
> the
> assembly ?

You can use ILDASM.EXE (from the Framework folder) to view it yourself.
Use ILDASM (Intermediate Language Disassembler) to open an assembly, and
then use the graphical interface of the program to examine the contents of
the assembly.


Re: Metadata in the assembly by Ignacio

Ignacio
Thu Aug 28 11:06:02 CDT 2008

On Aug 28, 3:31=A0am, "Tony Johansson" <johansson.anders...@telia.com>
wrote:
> Hello!
>
> Can somebody give some example for what kind of metadata in included in t=
he
> assembly ?
>
> //Tony

That is kind of a retorical question, ALL the metadata is stored in
the assembly. Maybe the question is what info about a type end being
stored as metadata. Follow the suggestion of Alberto to inspect an
assembly. The complete list though could be find in the compiler doc.
or maybe in the framework especification, not sure where.