Metadata in the assembly

  • Thread starter Thread starter Tony Johansson
  • Start date Start date
T

Tony Johansson

Hello!

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

//Tony
 
Tony Johansson said:
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.
 
Hello!

Can somebody give some example for what kind of metadata in included in the
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top