Thu Feb 28 19:15:10 CET 2002 Paolo Molaro <lupus@ximian.com>
authorPaolo Molaro <lupus@oddwiz.org>
Thu, 28 Feb 2002 14:39:44 +0000 (14:39 -0000)
committerPaolo Molaro <lupus@oddwiz.org>
Thu, 28 Feb 2002 14:39:44 +0000 (14:39 -0000)
commit02af74bbd136b5675520a583ee43a8cb099036a8
treecba6937433062699a5fa22c8b62e6025619367c9
parentb81f348e28eddbfe79ef7cbed579667228fca156
Thu Feb 28 19:15:10 CET 2002 Paolo Molaro <lupus@ximian.com>

* AssemblyBuilder.cs: call into the runtime to init some basic
assembly stuff. Reserve slot 1 of typedef table for .<Module>.
* ModuleBuilder.cs: call into the runtime if we need to create a
modief type, such as arrays, byref etc.
* TypeBuilder.cs: call into the runtime to create the MonoClass
representation for the type. Throw exceptions with not implemented
stuff.

svn path=/trunk/mcs/; revision=2770
mcs/class/corlib/System.Reflection.Emit/AssemblyBuilder.cs
mcs/class/corlib/System.Reflection.Emit/ChangeLog
mcs/class/corlib/System.Reflection.Emit/ModuleBuilder.cs
mcs/class/corlib/System.Reflection.Emit/TypeBuilder.cs