[Mono-bugs] [Bug 67039][Wis] New - [PATCH] Delegates returned from a PInvoke call are improperly marshalled
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 28 Sep 2004 22:42:37 -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 grompf@sublimeintervention.com.
http://bugzilla.ximian.com/show_bug.cgi?id=67039
--- shadow/67039 2004-09-28 22:42:37.000000000 -0400
+++ shadow/67039.tmp.30907 2004-09-28 22:42:37.000000000 -0400
@@ -0,0 +1,20 @@
+Bug#: 67039
+Product: Mono: Runtime
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: grompf@sublimeintervention.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: [PATCH] Delegates returned from a PInvoke call are improperly marshalled
+
+Currently delegates are improperly marshalled when returning from a PInvoke call; the following
+patch addresses this problem.