The most exciting thing about this world is its ever changing quality.

Friday, October 24, 2008

Attribute and Reflection

Attribute: implicitly defined object in FCL to be used to tag class/assembly etc. with built-in metadata. Customerised attribute could be used to specify metadata could be used by self-designed tool to use the source code or reflection based information extraction.

Reflection: walk through upon strcture IL code. It offers the possibility to examine assemblies, generate assemblies and invoke code within built-up assemblies.

No comments: