Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mono-1.0.html « web - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40730ced1a175b7adaa33ba0af081a1b91ef40bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<html>
<head>
<title>Mono 1.0 assemblies</title>
</head>

<body>
<h1>Assemblies</h1>

	<b>Notice that these are *assemblies*, they are not
	namespaces. </b>

	<b>Each assembly normally contains code that spans multiple
	namespaces (mscorlib contains 37 namespaces), but there are a
	lot of people who seem confused about this.
	
<pre>
Stable:
	Commons.RelaxNG
	cscompmgd
	Mono.Data
	Mono.Data.Tds
	Mono.Posix
	Mono.Security
	Mono.Security.Win32
	System.Web
	System.Configuration.Install
	System.Data
	System.Data.OracleClient
	System.DirectoryServices
	System
	System.Drawing
	System.Runtime.Remoting
	System.Security
	System.Web.Services
	System.XML	

Unstable:
	Accessibility
	Mono.Cairo
	Mono.CSharp.Debugger
	Mono.Data.DB2Client
	Mono.Data.SqlLite
	Mono.Data.SybaseClient
	Mono.GetOptions
	System.Web.Mobile
	System.Design
	System.Drawing.Design
	System.Windows.Forms
	Formatters.Soap
	Mono.Data.TdsClient (older Sybase and MS SQL)
		
Missing:
	System.EnterpriseServices
	System.Management
	System.Messaging
	System.ServiceProcess
	System.Web.RegularExpressions

Third party assemblies.
	ByteFX.Data
	Npgsql
	PEAPI
	SharpZipLib.

	Java integration with IKVM.NET

</pre>

<h1>Languages</h1>

<pre>
Stable:
	C#

Unstable:
	VB.NET

Not ready:
	JScript
</pre>

<h1>Virtual Machine</h1>

<pre>
JIT, 32 bits:
	PPC
	x86
	SPARC

JIT, 32 bits, unstable:
	S390
	
Interpreter, 32 bits:
	s390
	HPPA
	StrongARM
	SPARC v8
	
Interpreter, 64 bits:
	ia64
	SPARC v9
</body>
</html>