欢迎来到麦多课文档分享! | 帮助中心 海量文档,免费浏览,给你所需,享你所想!
麦多课文档分享
全部分类
  • 标准规范>
  • 教学课件>
  • 考试资料>
  • 办公文档>
  • 学术论文>
  • 行业资料>
  • 易语言源码>
  • ImageVerifierCode 换一换
    首页 麦多课文档分享 > 资源分类 > PDF文档下载
    分享到微信 分享到微博 分享到QQ空间

    ECMA TR 84-2012 Common Language Infrastructure (CLI) Technical Report Information Derived From Partition IV XML File (6th Edition).pdf

    • 资源ID:704890       资源大小:633.20KB        全文页数:6页
    • 资源格式: PDF        下载积分:10000积分
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    二维码
    微信扫一扫登录
    下载资源需要10000积分(如需开发票,请勿充值!)
    邮箱/手机:
    温馨提示:
    如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如需开发票,请勿充值!如填写123,账号就是123,密码也是123。
    支付方式: 支付宝扫码支付    微信扫码支付   
    验证码:   换一换

    加入VIP,交流精品资源
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    ECMA TR 84-2012 Common Language Infrastructure (CLI) Technical Report Information Derived From Partition IV XML File (6th Edition).pdf

    1、 Reference number ECMA TR/12:2009 Ecma International 2009 ECMA TR/84 6th Edition / June 2012 Common Language Infrastructure (CLI) Technical Report: Information Derived From Partition IV XML File COPYRIGHT PROTECTED DOCUMENT Ecma International 2012 Ecma International 2012 iii This Ecma Technical Repo

    2、rt has been adopted by the General Assembly of June 2012. “COPYRIGHT NOTICE 2012 Ecma International This document may be copied, published and distributed to others, and certain derivative works of it may be prepared, copied, published, and distributed, in whole or in part, provided that the above c

    3、opyright notice and this Copyright License and Disclaimer are included on all such copies and derivative works. The only derivative works that are permissible under this Copyright License and Disclaimer are: (i) works which incorporate all or portion of this document for the purpose of providing com

    4、mentary or explanation (such as an annotated version of the document), (ii) works which incorporate all or portion of this document for the purpose of incorporating features that provide accessibility, (iii) translations of this document into languages other than English and into different formats a

    5、nd (iv) works by making use of this specification in standard conformant products by implementing (e.g. by copy and paste wholly or partly) the functionality therein. However, the content of this document itself may not be modified in any way, including by removing the copyright notice or references

    6、 to Ecma International, except as required to translate it into languages other than English or into a different format. The official version of an Ecma International document is the English language version on the Ecma International website. In the event of discrepancies between a translated versio

    7、n and the official version, the official version shall govern. The limited permissions granted above are perpetual and will not be revoked by Ecma International or its successors or assigns. This document and the information contained herein is provided on an “AS IS“ basis and ECMA INTERNATIONAL DIS

    8、CLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY OWNERSHIP RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.“ iv Ecma International 2012 Ecma International 2012 1 T

    9、his Technical Report is intended as an aid for understanding the libraries specified in Standard ECMA-335, Partition IV: Profiles and Libraries. This sixth edition cancels and replaces the fifth edition which has been technically revised. This Technical Report is fully aligned with ISO/IEC TR 23272:

    10、2011. That Partition includes a machine-readable specification, in XML, of the types that comprise the standard libraries. This Technical Report, in companion files, provides the following items which help to form a traceable chain from the normative XML specification to a portable, printable repres

    11、entation of its contents: 1. Tool Source Code: A program written in the C# programming language, XML Style-sheet Language (XSL), and using the facilities of the Microsoft .NET Framework and Microsoft Office to convert the XML into files viewable using Microsoft Word. This program, initially provided

    12、 by Intel Corporation and updated by the CLI editor for this edition, can be modified to produce other views of the XML. 2. Microsoft Word Files : These are the files produced by running the tool mentioned above on the XML from Partition IV. The Ecma task group TC49/TG3 used similar files (produced

    13、using earlier versions of this tool run against earlier versions of the XML) as the primary means of reviewing the XML. 3. PDF Files : These files are produced from the Microsoft Word files using the Adobe Acrobat program. They are viewable on a wide range of computer systems and printable on a rang

    14、e of computer output devices. In most cases, they will appear visually identical regardless of the means used to render them. Partition IV normatively specifies the format of the XML file. The tool provided here renders all parts of the XML with exceptions for some XML nodes, as described below. For

    15、 the purpose of description, XML nodes referred to here are specified in XPath notation relative to Type nodes. Name (this is redundant and unnecessary since the FullName of the type is rendered) FullNameSP (this is redundant and unnecessary since the FullName of the type is rendered) AssemblyInfo/A

    16、ssemblyCulture (this is reserved for future use; currently its value is “none”) AssemblyInfo/Attributes/Attribute/Excluded (if its value is 0, it is not rendered, but if it is 1, the library that is necessary for inclusion is listed) TypeExcluded (as above) Interfaces/Interface/Excluded (as above) A

    17、ttributes/Attribute/Excluded (as above) Attributes/Attribute/ExcludedTypeName (the short Name is rendered, however) Members/Member/ReturnValue/ReturnType (the FullName of the type of the return value is not specified, but it is implied via the members signature) Members/Member/Parameters/Parameter/T

    18、ype (the FullName of the type of the parameter is not specified, but it is implied via the members signature) The “value_“ field for enums. Member/Member/Docs/altcompliant (used on methods/properties that have a CLSCompliant(false) attribute tag, and specifies a CLS-compliant method/property that ca

    19、n be use as an alternative. The remarks/description section usually specifies this anyway). Member/Member/Docs/altmember (used on methods/properties that have equivalent alternatives that may be used. For example, the System.String op_equality operator has the altmember element and specifies the String.Equals() method as an equivalent alternative. The remarks/description section usually specifies this anyway). Ecma International 2012


    注意事项

    本文(ECMA TR 84-2012 Common Language Infrastructure (CLI) Technical Report Information Derived From Partition IV XML File (6th Edition).pdf)为本站会员(dealItalian200)主动上传,麦多课文档分享仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文档分享(点击联系客服),我们立即给予删除!




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

    copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
    备案/许可证编号:苏ICP备17064731号-1 

    收起
    展开