Metadata in the assembly

This is a discussion on Metadata in the assembly within the CSharp forums in Programming Languages category; Hello! Can somebody give some example for what kind of metadata in included in the assembly ? //Tony...

Go Back   Application Development Forum > Programming Languages > CSharp

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-28-2008, 03:31 AM
Tony Johansson
Guest
 
Default Metadata in the assembly

Hello!

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

//Tony


Reply With Quote
  #2  
Old 08-28-2008, 04:51 AM
Alberto Poblacion
Guest
 
Default Re: Metadata in the assembly

"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.

Reply With Quote
  #3  
Old 08-28-2008, 12:06 PM
Ignacio Machin ( .NET/ C# MVP )
Guest
 
Default Re: Metadata in the assembly

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


Thread Tools
Display Modes


All times are GMT -5. The time now is 02:30 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.