2009-07-24 Rodrigo Kumpera <rkumpera@novell.com>
authorRodrigo Kumpera <kumpera@gmail.com>
Fri, 24 Jul 2009 15:59:27 +0000 (15:59 -0000)
committerRodrigo Kumpera <kumpera@gmail.com>
Fri, 24 Jul 2009 15:59:27 +0000 (15:59 -0000)
commitf41f040c36a232a4b608275d0d619249c01c8f28
tree36cc3f7b6c683a551898655ee2de1fba223de689
parent6140690d5012b5d7deb484adf6f03226a1bce679
2009-07-24 Rodrigo Kumpera  <rkumpera@novell.com>

* FieldOnTypeBuilderInst.cs: Add a ToString() to help debugging.
Make fields internal.

* MethodOnTypeBuilderInst.cs: Build it under BOOTSTRAP_NET_2_0.

2009-07-24 Rodrigo Kumpera  <rkumpera@novell.com>

* MonoGenericClass.cs (GetMethod): Use the new code always. Don't
accept MethodOnTypeBuilderInst under compiler context.

* MonoGenericClass.cs (GetField): Use the new code always.

* MonoGenericClass.cs: Make a bunch of methods raise NotSupportedException
when not under compiler context. Remove some dead code.

svn path=/trunk/mcs/; revision=138640
mcs/class/corlib/System.Reflection.Emit/ChangeLog
mcs/class/corlib/System.Reflection.Emit/FieldOnTypeBuilderInst.cs
mcs/class/corlib/System.Reflection.Emit/MethodOnTypeBuilderInst.cs
mcs/class/corlib/System.Reflection/ChangeLog
mcs/class/corlib/System.Reflection/MonoGenericClass.cs