2002-12-06 Duncan Mak <duncan@ximian.com>
[mono.git] / doc / 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-System.html">System</a>.
9                 <li><a href="http://www.go-mono.com/class-status-System.Xml.html">System.Xml</a>.
10
11                 <li><a
12                 href="http://www.go-mono.com/class-status-System.Data.html">System.Data</a>:
13                 Database access functionality (also check the <a href="ado-net.html">Mono ADO.NET status</a> pages).
14
15                 <li><a href="http://www.go-mono.com/class-status-System.Drawing.html">System.Drawing</a>.
16
17                 <li><a
18                 href="http://www.go-mono.com/class-status-System.Web.html">System.Web</a>:
19                 ASP.NET classes, also check the <a href="asp-net.html">Mono ASP.NET status pages</a>
20
21                 <li><a href="http://www.go-mono.com/class-status-System.Web.Services.html">System.Web.Services</a>.
22
23                 <li><a
24                 href="http://www.go-mono.com/class-status-Microsoft.VisualBasic.html">Microsoft.VisualBasic</a>:
25                 Support runtime for Visual Basic applications
26
27                 <li><a
28                 href="http://www.go-mono.com/class-status-Windows.Forms.html">Windows.Forms</a>:
29                 there is also a <a
30                 href="http://lists.ximian.com/mailman/listinfo/mono-winforms-list">mailing
31                 list available</a>
32
33                 <li><a href="http://www.go-mono.com/class-status-System.EnterpriseServices.html">EnterpriseServices</a>.
34
35                 <li><a
36                 href="http://www.go-mono.com/class-status-System.Runtime.Serialization.Formatters.Soap.html">System.Runtime.Serialization.Formatters.Soap</a>.
37
38                 
39         </ul>
40
41 * List of not-implemented classes
42
43         Pick from the list of assemblies in the menu on the left to
44         view the current status of that assembly.
45
46         The tree shows items that are either missing or that have TODO
47         attributes associated with them.
48         You can use the checkboxes to show only missing or only TODO items.
49
50         Clicking on a name will take you to the <a href="http://msdn.microsoft.com/">MSDN documentation</a> for that item.
51         CTRL-Clicking will take you to the <a href="http://cvs.hispalinux.es/cgi-bin/cvsweb/?cvsroot=Mono">mono CVS tree</a>.