[Mono-bugs] [Bug 73432][Min] Changed - Type.InvokeMember with BindingFlags.CreateInstance doesn't work on `structure'

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Mar 2005 09:57:28 -0500 (EST)


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 ipknhama@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=73432

--- shadow/73432	2005-03-07 09:53:19.000000000 -0500
+++ shadow/73432.tmp.2054	2005-03-07 09:57:28.000000000 -0500
@@ -66,6 +66,11 @@
 Additional Information:
 This code works on MS .NET implementation.
 
 On implementation in MonoType.cs, it tries finding constructor (by
 GetConstructor) but it fails because there's not. I think there should be
 some additional code for handle value types(return Boxed object or something?).
+
+------- Additional Comments From ipknhama@gmail.com  2005-03-07 09:57 -------
+Created an attachment (id=14570)
+source used in description
+