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

class-status.in « web - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e023c7380bd1a1f09bb1ce1cc43b1e7d265927b (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
* Status of the various pieces of the class library

	Classes in Mono are organized by the assembly that they belong to. 

	Here is the status of the different assemblies:
	<ul>
		<li><a href="http://www.go-mono.com/class-status-corlib.html">corlib</a>: The core library.
		<li><a href="http://www.go-mono.com/class-status-cscompmgd.html">cscompmgd</a>:
		Managed interface for C# compiler.
		<li><a href="http://www.go-mono.com/class-status-System.html">System</a>: Extra modules
		<li><a href="http://www.go-mono.com/class-status-System.Xml.html">System.Xml</a>.
		<li><a href="http://www.go-mono.com/class-status-System.Configuration.Install.html">System.Configuration.Install</a>.
		<li><a
		href="http://www.go-mono.com/class-status-System.Data.html">System.Data</a>:
		Database access functionality (also check the <a href="ado-net.html">Mono ADO.NET status</a> pages).
		<li><a href="http://www.go-mono.com/class-status-System.Data.OracleClient.html">System.Data.OracleClient</a>.
		<li><a href="http://www.go-mono.com/class-status-System.Design.html">System.Design</a>.
		<li><a href="http://www.go-mono.com/class-status-System.Drawing.html">System.Drawing</a>.
		<li><a href="http://www.go-mono.com/class-status-System.Drawing.Design.html">System.Drawing.Design</a>.
		<li><a href="http://www.go-mono.com/class-status-System.DirectoryServices.html">System.DirectoryServices</a>.
		<li><a href="http://www.go-mono.com/class-status-System.Management.html">System.Management</a>.
		<li><a href="http://www.go-mono.com/class-status-System.Messaging.html">System.Messaging</a>.
		<li><a
		href="http://www.go-mono.com/class-status-System.Web.html">System.Web</a>:
		ASP.NET classes, also check the <a href="asp-net.html">Mono ASP.NET status pages</a>
		<li><a href="http://www.go-mono.com/class-status-System.Web.Services.html">System.Web.Services</a>.
		<li><a
		href="http://www.go-mono.com/class-status-Microsoft.VisualBasic.html">Microsoft.VisualBasic</a>:
		Support runtime for Visual Basic applications
		<li><a href="http://www.go-mono.com/class-status-System.EnterpriseServices.html">System.EnterpriseServices</a>.
		<li><a href="http://www.go-mono.com/class-status-System.Runtime.Remoting.html">System.Runtime.Remoting</a>.
		<li><a
		href="http://www.go-mono.com/class-status-System.Windows.Forms.html">Windows.Forms</a>:
		there is also a <a
		href="http://lists.ximian.com/mailman/listinfo/mono-winforms-list">mailing
		list available</a>
		<li><a
		href="http://www.go-mono.com/class-status-System.Runtime.Serialization.Formatters.Soap.html">System.Runtime.Serialization.Formatters.Soap</a>.
		<li><a
		href="http://www.go-mono.com/class-status-System.Security.html">System.Security</a>:
		Xml Signature Security classes, also check the <a href="crypto.html">Cryptography status pages</a>
		
	</ul>

* List of not-implemented classes

	Pick from the list of assemblies in the menu on the left to
	view the current status of that assembly.

	The tree shows items that are either missing or that have TODO
	attributes associated with them.
	You can use the checkboxes to show only missing or only TODO items.

	Clicking on a name will take you to the <a href="http://msdn.microsoft.com/">MSDN documentation</a> for that item.
	CTRL-Clicking will take you to the <a href="http://cvs.hispalinux.es/cgi-bin/cvsweb/?cvsroot=Mono">mono CVS tree</a>.