[Mono-bugs] [Bug 27980][Wis] Changed - Passing a delegate with PInvoke
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
19 Jul 2002 08:15:54 -0000
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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=27980
--- shadow/27980 Thu Jul 18 17:40:59 2002
+++ shadow/27980.tmp.15908 Fri Jul 19 04:15:54 2002
@@ -1,14 +1,14 @@
Bug#: 27980
Product: Mono/Runtime
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: manyoso@yahoo.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -25,6 +25,9 @@
this by defining a delegate and then creating _two_ instances of the
delegate which point to two _different_ methods. Now, pass the delegates
through Pinvoke (see tests/delegate4.cs) and also DynamicInvoke them.
You will find that they outcome is different for the pinvoke'd methods and
the dynamicinvoked methods.
+
+------- Additional Comments From dietmar@ximian.com 2002-07-19 04:15 -------
+AFAIK this bug is already fixed.