Difference between revisions of "Applications/Mono"
From HPC
m |
m |
||
Line 21: | Line 21: | ||
* [[Programming/C-Sharp|Programming Support-C#]] | * [[Programming/C-Sharp|Programming Support-C#]] | ||
− | + | ==Navigation== | |
− | + | ||
− | |||
* [[Main_Page|Home]] | * [[Main_Page|Home]] | ||
− | * [[Applications|Application support]] | + | * [[Applications|Application support]] * |
* [[General|General]] | * [[General|General]] | ||
− | |||
* [[Programming|Programming support]] | * [[Programming|Programming support]] | ||
− | |||
− |
Revision as of 13:18, 24 May 2019
Contents
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, 5.2.0
- Module: mono/4.4.1, mono/5.2.0
- Licence:MIT
Usage Examples
Module
[username@login01 ~]$ module add mono/5.2.0
Compilation
[username@login01 ~]$ module add mono/5.2.0 [username@login01 ~]$ mcs -out:cDEMO.exe cDEMO.cs