[Mono-bugs] [Bug 75250][Nor] New - [PATCH] make
TypeBuilder.GetMethod/Constructor/Field work again
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jun 13 08:12:12 EDT 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by malekith at pld-linux.org.
http://bugzilla.ximian.com/show_bug.cgi?id=75250
--- shadow/75250 2005-06-13 08:12:12.000000000 -0400
+++ shadow/75250.tmp.18863 2005-06-13 08:12:12.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 75250
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: CORLIB
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: malekith at pld-linux.org
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [PATCH] make TypeBuilder.GetMethod/Constructor/Field work again
+
+Description of Problem:
+
+The attached patches fix regression of:
+
+
+2005-06-09 Kamil Skalski <nazgul at nemerle.org>
+ * ConstructorBuilder.cs FieldBuilders.cs MethodBuilder.cs: Return
+ RuntimeHandles when requested
+
+ * TypeBuilder.cs: Add static Get{Method,Constructor,Field} methods
+ from .NET 2.0 beta 2 API for obtaining instanciated *Info objects
+ from non-instanciated counterparts
+
+introduced by:
+
+
+2005-06-12 Gert Driesen <drieseng at users.sourceforge.net>
+
+ * FieldBuilder.cs: FieldBuilder.FieldHandle should throw
+ NotSupportedException to match MS.NET (both 1.x and 2.x).
+ Fixes regression introduced in r45750.
+ * MethodBuilder.cs: MethodBuilder.MethodHandle should throw
+ NotSupportedException to match MS.NET (both 1.x and 2.x).
+ Fixes regression introduced in r45750.
More information about the mono-bugs
mailing list