Slide 15
Slide 15 text
Key Parts
• open source implementation of Microsoft's .Net
Framework based on the Ecma standards for C#
and the Common Language Runtime
• Mono's C# compiler is feature complete for C#
1.0, 2.0, 3.0, and 4.0 (Ecma)
• The runtime implements the Ecma Common
Language Infrastructure (CLI). The runtime
provides a Just-in-Time (JIT) compiler, an Ahead-
of-Time compiler (AOT), a library loader, the
garbage collector, a threading system and
interoperability functionality.
Friday, August 24, 12