[Mono-bugs] [Bug 74947][Nor] Changed - [PATCH] Binder does not cast
primative types to interfaces
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat May 21 15:01:42 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 bmaurer at users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=74947
--- shadow/74947 2005-05-21 15:00:53.000000000 -0400
+++ shadow/74947.tmp.29663 2005-05-21 15:01:42.000000000 -0400
@@ -11,13 +11,13 @@
AssignedTo: mono-bugs at ximian.com
ReportedBy: bmaurer at users.sf.net
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
-Summary: InvokeMember, CreateInstance and boxed param
+Summary: [PATCH] Binder does not cast primative types to interfaces
using System;
using System.Reflection;
public class A
{
@@ -44,6 +44,10 @@
interface.
------- Additional Comments From bmaurer at users.sf.net 2005-05-21 15:00 -------
Created an attachment (id=15184)
Patch
+
+------- Additional Comments From bmaurer at users.sf.net 2005-05-21 15:01 -------
+Primative types were never checks in the interface case. This patch
+fixes up the issue by doing a check
More information about the mono-bugs
mailing list