3e023c7380bd1a1f09bb1ce1cc43b1e7d265927b
[mono.git] / web / class-status.in
1 * Status of the various pieces of the class library
2
3         Classes in Mono are organized by the assembly that they belong to. 
4
5         Here is the status of the different assemblies:
6         <ul>
7                 <li><a href="http://www.go-mono.com/class-status-corlib.html">corlib</a>: The core library.
8                 <li><a href="http://www.go-mono.com/class-status-cscompmgd.html">cscompmgd</a>:
9                 Managed interface for C# compiler.
10                 <li><a href="http://www.go-mono.com/class-status-System.html">System</a>: Extra modules
11                 <li><a href="http://www.go-mono.com/class-status-System.Xml.html">System.Xml</a>.
12                 <li><a href="http://www.go-mono.com/class-status-System.Configuration.Install.html">System.Configuration.Install</a>.
13                 <li><a
14                 href="http://www.go-mono.com/class-status-System.Data.html">System.Data</a>:
15                 Database access functionality (also check the <a href="ado-net.html">Mono ADO.NET status</a> pages).
16                 <li><a href="http://www.go-mono.com/class-status-System.Data.OracleClient.html">System.Data.OracleClient</a>.
17                 <li><a href="http://www.go-mono.com/class-status-System.Design.html">System.Design</a>.
18                 <li><a href="http://www.go-mono.com/class-status-System.Drawing.html">System.Drawing</a>.
19                 <li><a href="http://www.go-mono.com/class-status-System.Drawing.Design.html">System.Drawing.Design</a>.
20                 <li><a href="http://www.go-mono.com/class-status-System.DirectoryServices.html">System.DirectoryServices</a>.
21                 <li><a href="http://www.go-mono.com/class-status-System.Management.html">System.Management</a>.
22                 <li><a href="http://www.go-mono.com/class-status-System.Messaging.html">System.Messaging</a>.
23                 <li><a
24                 href="http://www.go-mono.com/class-status-System.Web.html">System.Web</a>:
25                 ASP.NET classes, also check the <a href="asp-net.html">Mono ASP.NET status pages</a>
26                 <li><a href="http://www.go-mono.com/class-status-System.Web.Services.html">System.Web.Services</a>.
27                 <li><a
28                 href="http://www.go-mono.com/class-status-Microsoft.VisualBasic.html">Microsoft.VisualBasic</a>:
29                 Support runtime for Visual Basic applications
30                 <li><a href="http://www.go-mono.com/class-status-System.EnterpriseServices.html">System.EnterpriseServices</a>.
31                 <li><a href="http://www.go-mono.com/class-status-System.Runtime.Remoting.html">System.Runtime.Remoting</a>.
32                 <li><a
33                 href="http://www.go-mono.com/class-status-System.Windows.Forms.html">Windows.Forms</a>:
34                 there is also a <a
35                 href="http://lists.ximian.com/mailman/listinfo/mono-winforms-list">mailing
36                 list available</a>
37                 <li><a
38                 href="http://www.go-mono.com/class-status-System.Runtime.Serialization.Formatters.Soap.html">System.Runtime.Serialization.Formatters.Soap</a>.
39                 <li><a
40                 href="http://www.go-mono.com/class-status-System.Security.html">System.Security</a>:
41                 Xml Signature Security classes, also check the <a href="crypto.html">Cryptography status pages</a>
42                 
43         </ul>
44
45 * List of not-implemented classes
46
47         Pick from the list of assemblies in the menu on the left to
48         view the current status of that assembly.
49
50         The tree shows items that are either missing or that have TODO
51         attributes associated with them.
52         You can use the checkboxes to show only missing or only TODO items.
53
54         Clicking on a name will take you to the <a href="http://msdn.microsoft.com/">MSDN documentation</a> for that item.
55         CTRL-Clicking will take you to the <a href="http://cvs.hispalinux.es/cgi-bin/cvsweb/?cvsroot=Mono">mono CVS tree</a>.