Difference between revisions of "Applications/Mono"
From HPC
m |
m |
||
Line 19: | Line 19: | ||
* [http://www.mono-project.com/ Mono] | * [http://www.mono-project.com/ Mono] | ||
− | * [[Programming/C- | + | * [[Programming/C-Sharp|Programming Support-C#]] |
{| | {| |
Revision as of 10:12, 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