Applications/Mono

From HPC
Revision as of 10:11, 5 April 2017 by Pysdlb (talk | contribs)

Jump to: navigation , search

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

Icon home.png