[Mono-list] System.Reflection

Miguel de Icaza miguel@ximian.com
29 Dec 2001 15:46:36 -0500


> are we using our own System.Reflection[.Emit] classes in mcs?

We will be using them.  Currently the compiler only works on Windows. 
Paolo said he would have something usable sometime in January for the
compiler to run fully on Linux.

> I see that "lupus" owns the implementation of them, but I don't
> see them in the mcs/class hierarchy.

They live in mcs/class/corlib/System.Reflection.Emit

Miguel.