[Mono-bugs] [Bug 61689][Wis] Changed - Can construct abstract class through reflection.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sun, 29 Aug 2004 11:28:08 -0400 (EDT)
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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=61689
--- shadow/61689 2004-07-22 17:36:32.000000000 -0400
+++ shadow/61689.tmp.12698 2004-08-29 11:28:08.000000000 -0400
@@ -91,6 +91,11 @@
------- Additional Comments From echeslack@gmail.com 2004-07-22 17:36 -------
I added a patch to deal with the problem. It just adds a check in
Invoke to make sure that the DeclaringType (i.e. the class you are
trying to call the constructor for) is not abstract.
+
+------- Additional Comments From bmaurer@users.sf.net 2004-08-29 11:28 -------
+Created an attachment (id=9856)
+Fix this for MonoMethod as well as MonoCMethod
+