Difference between revisions of "Applications/Mono"
From HPC
MSummerbell (talk | contribs) m (MSummerbell moved page Mono to Applications/Mono without leaving a redirect) |
m |
||
Line 17: | Line 17: | ||
</pre> | </pre> | ||
==Further Information== | ==Further Information== | ||
− | [http://www.mono-project.com/ Mono] | + | |
− | [[Programming/C-sharp|Programming Support-C#]] | + | * [http://www.mono-project.com/ Mono] |
+ | * [[Programming/C-sharp|Programming Support-C#]] | ||
+ | |||
+ | {| | ||
+ | |style="width:5%; border-width: 0" | [[File:icon_home.png]] | ||
+ | |style="width:95%; border-width: 0" | | ||
+ | * [[Main_Page|Home]] | ||
+ | * [[Applications|Application support]] | ||
+ | * [[General|General]] | ||
+ | * [[Training|Training]] | ||
+ | * [[Programming|Programming support]] | ||
+ | |- | ||
+ | |} |
Revision as of 10:11, 5 April 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