Difference between revisions of "Applications/Mono"
From HPC
MSummerbell (talk | contribs) (Created page with "__TOC__ ==Application Details== Description:Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runt...") |
MSummerbell (talk | contribs) (→Application Details) |
||
Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
==Application Details== | ==Application Details== | ||
− | Description:Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. | + | *Description:Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime. |
− | Version: 4.4.1 | + | *Version: 4.4.1 |
− | Module: mono/4.4.1 | + | *Module: mono/4.4.1 |
− | Licence:MIT | + | *Licence:MIT |
==Usage Examples== | ==Usage Examples== |
Revision as of 15:49, 16 March 2017
Application Details
- Description:Mono is an open source implementation of Microsoft's .NET Framework based on the ECMA standards for C# and the Common Language Runtime.
- Version: 4.4.1
- Module: mono/4.4.1
- Licence:MIT
Usage Examples
Module
[username@login01 ~]$ module add mono/4.4.1
Compilation
[username@login01 ~]$ module add mono/4.4.1 [username@login01 ~]$ mcs -out:cDEMO.exe cDEMO.cs