[Mono-list] mcs/class/System.* and mcs/class/corlib/System.* -- also System.Net.Sockets

Miguel de Icaza miguel@ximian.com
19 Oct 2001 00:48:20 -0400


> What decides whether something goes in mcs/class/System.* or
> mcs/class/corlib/System.*?

Each directory under `mcs/class' corresponds to an assembly.  The
`corlib' directory holds the classes that will end up in the
`corlib.dll' assembly, the `System' directory holds the classes that
will end up in the System.dll assembly.

Each class in the .NET documentation states in which assembly it
lives.  That is where the information comes from.

Miguel.