Difference between revisions of "Applications/Mono"

From HPC
Jump to: navigation , search
(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...")
 
m
(8 intermediate revisions by 2 users not shown)
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: 5.2.0,
Module: mono/4.4.1
+
*Module: mono/4.4.1, mono/5.2.0, mono/5.12.0 and mono/5.16.0.220
Licence:MIT
+
*Licence:MIT
  
 
==Usage Examples==
 
==Usage Examples==
 +
 
===Module===
 
===Module===
 
<pre style="background-color: #000000; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
 
<pre style="background-color: #000000; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
[username@login01 ~]$ module add mono/4.4.1
+
[username@login01 ~]$ module add mono/5.2.0
 
</pre>
 
</pre>
 +
 
===Compilation===
 
===Compilation===
 
<pre style="background-color: black; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
 
<pre style="background-color: black; color: white; border: 2px solid black; font-family: monospace, sans-serif;">
[username@login01 ~]$ module add mono/4.4.1
+
[username@login01 ~]$ module add mono/5.2.0
 
[username@login01 ~]$ mcs -out:cDEMO.exe cDEMO.cs
 
[username@login01 ~]$ mcs -out:cDEMO.exe cDEMO.cs
 
</pre>
 
</pre>
 +
 +
See  [[Programming/C-Sharp|Programming Support-C#]] for more inforation about using this.
 +
 
==Further Information==
 
==Further Information==
[http://www.mono-project.com/ Mono]<br>
+
 
[[Programming/C-sharp|Programming Support-C#]]
+
* [http://www.mono-project.com/ Mono]
 +
* [[Programming/C-Sharp|Programming Support-C#]]
 +
 
 +
==Navigation==
 +
 
 +
* [[Main_Page|Home]]
 +
* [[Applications|Application support]] *
 +
* [[General|General]]
 +
* [[Programming|Programming support]]

Revision as of 09:39, 28 October 2019

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: 5.2.0,
  • Module: mono/4.4.1, mono/5.2.0, mono/5.12.0 and mono/5.16.0.220
  • 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

See Programming Support-C# for more inforation about using this.

Further Information

Navigation