推荐一篇介绍.NET MetaData的文章

文章地址(pdf文件): http://www.develop.com/conferences/conferencedotnet/materials/N4.pdf<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

文章目录:

1.         What Is Metadata?

2.         Metadata Object Overview

3.         The Reflection API

4.         The Unmanaged API

5.         Type Signatures & Tokens

6.         Tools And Demo

7.         Wrap-up And Resources

文章内容摘录:

Metadata Usage In .NET

Ø         The .NET runtime relies heavily on metadata to link together calls and data references at runtime

Ø         Metadata is stored in a binary format, and subject to change

Ø         Microsoft provides .NET classes and classic COM interfaces to read and write metadata

 

The Advantage Of Metadata

Ø         A shared standard of representing information between any .NET compatible language

n         Cool benefit: Intellisense for any .NET component

Ø         Metadata is automatically generated and consumed by .NET compilers

n         No need to create .IDL files to expose your code to others

n         No need to mess around with .H files and import libraries

 

Emitting Metadata

Ø       Metadata (and associated IL) can be created using the .NET runtime

n         Compilers aren’t the only ones that get to play!

Ø       System.Reflection.Emit classes are the basis for dynamically creating code:

n         AssemblyBuilder

n         MethodBuilder

n         ILGenerator

n         Many more!

Ø Focus in this presentation is consuming metadata
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值