什么是.NET中的MetaData? [英] What is MetaData in .NET ?

查看:73
本文介绍了什么是.NET中的MetaData?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好..



我想知道.NET中的Meta Data是什么。









先谢谢你...

Hello..

I want to know what is Meta Data in .NET.




Thanks in Advance...

推荐答案

你可以想一想元数据作为反射访问的数据 - 它是幕后的东西,它告诉.NET程序集包含什么,以及类支持哪些属性,方法,字段等。它是在你编译时自动生成的。



Wiki上有一篇很好的文章: http://en.wikipedia.org/wiki/Metadata_(CLI) [ ^ ]
You can think of Metadata as "the data that reflection accesses" - it's the stuff behind the scenes that tells .NET about what the assembly contains, and what properties, methods, fields, etc. the class(es) support. It's automatically generated when you compile.

There is a good article on Wiki about it: http://en.wikipedia.org/wiki/Metadata_(CLI)[^]


参考文章:

1)元数据(CLI)

2)元数据和自描述组件


这篇关于什么是.NET中的MetaData?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆