[Mono-list] DllImport and extern declarations for values

Miguel de Icaza miguel@ximian.com
30 Sep 2003 13:04:25 -0400


Hello,

> > What about
> > System.Reflection and System.Reflection.Emit?
> 
> Mono arguably has a better implementation than .NET. :-)
> 
> MCS uses System.Reflection.Emit, and a couple enhancements needed to be
> made so that all of C# could be easily implemented using S.R.E.

There are a few limitations in the Reflection.Emit API that we had to
work around to support bootstrapping corlib.

Miguel.