2
Reply

meta data and attribute

George George

George George

May 11 2008 3:44 AM
2.3k

Hello everyone,


Two questions related to meta data and attribute,

1.

.Net built-in and user defined attribute are both defined in meta data portion of assembly or not? In my past experience, I think method/class level attribute is only used to facilitate the method/class IL generation, and will not exist in final assembly file. Any comments?

2.

If .Net built-in and user defined attribute exist in the final meta data part of assembly, is it possible to use reflector to see them? (I have tried but can not find.)


thanks in advance,
George


Answers (2)