mirror of
https://github.com/SSCLI/sscli_20021101
synced 2026-06-08 12:28:57 +00:00
9fa3874800
Moved the original file to the archive subfolder.
119 lines
3.5 KiB
HTML
119 lines
3.5 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>ECMA Common Language Infrastructure and C# Standards Specifications</title>
|
|
<link rel="stylesheet" type="text/css" href="../rotor.css">
|
|
</head>
|
|
<body>
|
|
|
|
<h1>ECMA Common Language Infrastructure and C# Standards Specifications</h1>
|
|
|
|
|
|
<p>The ECMA (<a href="http://www.ecma.ch">www.ecma.ch</a>) Common Language
|
|
Infrastructure (CLI) and C#
|
|
standards specifications are extremely useful sources of detailed information.
|
|
It is highly recommended that you download a copy of these specifications and
|
|
refer to them as you work with the Shared Source CLI implementation.</p>
|
|
|
|
|
|
<p>The ECMA-334 C# Specification can be found at: <a href="http://www.ecma.ch/ecma1/STAND/ecma-334.htm">
|
|
www.ecma.ch/ecma1/STAND/ecma-334.htm </a></p>
|
|
|
|
|
|
<p>The ECMA-334 CLI Specification can be found at: <a href="http://www.ecma.ch/ecma1/STAND/ecma-335.htm">
|
|
www.ecma.ch/ecma1/STAND/ecma-335.htm</a> </p>
|
|
|
|
|
|
<p>The documents you can download from the ECMA site are described in the
|
|
following table:</p>
|
|
|
|
|
|
<table border=1 width=100%>
|
|
|
|
<TR VALIGN="top" width=100%>
|
|
<TH width=33%>File</TH>
|
|
<TH width=67% colspan="2">Description</TH>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>Ecma-334.pdf<p>ECMA-334.psc</TD>
|
|
<TD width=67% colspan="2">Standard ECMA-334 <br>
|
|
C# Language Specification<p>Available in PDF or postscript format.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33% rowspan="6">Ecma-335-part-i-iv.pdf<p>ECMA-335-Part-I-IV.psc</TD>
|
|
<TD width=67% colspan="2">Standard ECMA-335 <br>
|
|
Common Language Infrastructure (CLI)<p>
|
|
Partitions I - IV<p>Available in PDF or postscript format.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width="34%" align="center">
|
|
<p align="center"><b>Partition</b></TD>
|
|
<TD width="33%" align="center"><b>Description</b></TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width="34%">Partition I</TD>
|
|
<TD width="33%">Architecture </TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width="34%">Partition II </TD>
|
|
<TD width="33%">Metadata Definition and Semantics </TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width="34%">Partition III </TD>
|
|
<TD width="33%">CIL Instruction Set </TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width="34%">Partition IV</TD>
|
|
<TD width="33%">Profiles and Libraries </TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>Ecma-335-part-v.pdf<p>ECMA-335-Part-V.psc</TD>
|
|
<TD width=67% colspan="2">Standard ECMA-335 <br>
|
|
Common Language Infrastructure (CLI)<p>Partition V: Annexes</p>
|
|
<p>Available in PDF or postscript format.</TD>
|
|
</TR>
|
|
|
|
<TR VALIGN="top">
|
|
<TD width=33%>Ecma-335-xml.zip</TD>
|
|
<TD width=67% colspan="2">XML file specifying the standardized class libraries.</TD>
|
|
</TR>
|
|
|
|
</table>
|
|
|
|
|
|
<p>The ECMA-334 and ECMA-335 standards specifications can also be obtained from
|
|
these locations:</p>
|
|
|
|
|
|
<ul>
|
|
<li><a href="http://www.adtools.com/CLI">Fujitsu Software</a></li>
|
|
<li>
|
|
<a href="http://devresource.hp.com/devresource/Docs/TechPapers/CLIandCSharp/CLIandCSharpMirror.html">
|
|
Hewlett-Packard</a></li>
|
|
<li><a href="http://www.intel.com/ids/ecma">Intel Corporation</a></li>
|
|
<li><a href="http://www.dotnetexperts.com/ecma">ISE</a></li>
|
|
<li><a href="http://msdn.microsoft.com/net/ecma">Microsoft Corporation</a></li>
|
|
<li><a href="http://lightning.csse.monash.edu.au/.net/CLI/">Monash University</a></li>
|
|
</ul>
|
|
|
|
<p>Some of the mirror sites might provide the documentation in other document formats and with
|
|
supplemental information.</p>
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
<p><i>Copyright (c) 2002 Microsoft Corporation. All rights reserved.</i><br>
|
|
</p>
|
|
|
|
|
|
</body>
|
|
</html> |