Difference between revisions of "Applications/Mono"

From HPC
Jump to: navigation , search
(Application Details)
(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

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

Further Information

Mono
Programming Support-C#