Applications/Mono
From HPC
Revision as of 15:48, 16 March 2017 by MSummerbell (talk | contribs) (Created page with "__TOC__ ==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 Runt...")
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