Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old August 28th, 2008, 08:25 AM
Tony Johansson
Guest
 
Posts: n/a
Default Metadata in the assembly

Hello!

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

//Tony


  #2  
Old August 28th, 2008, 09:56 AM
Alberto Poblacion
Guest
 
Posts: n/a
Default Re: Metadata in the assembly

"Tony Johansson" <johansson.andersson@telia.comwrote in message
news:OkZYs5NCJHA.5012@TK2MSFTNGP05.phx.gbl...
Quote:
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.

  #3  
Old August 28th, 2008, 05:15 PM
Ignacio Machin ( .NET/ C# MVP )
Guest
 
Posts: n/a
Default Re: Metadata in the assembly

On Aug 28, 3:31*am, "Tony Johansson" <johansson.anders...@telia.com>
wrote:
Quote:
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.
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles