[Mono-bugs] [Bug 71472][Nor] Changed - Marshal.GetDelegateForFunctionPointer()

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 31 Jan 2005 12:18: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 vargaz@gmail.com.

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

--- shadow/71472	2005-01-22 19:42:24.000000000 -0500
+++ shadow/71472.tmp.32734	2005-01-31 12:18:28.000000000 -0500
@@ -1,20 +1,20 @@
 Bug#: 71472
-Product: Mono: Class Libraries
+Product: Mono: Runtime
 Version: unspecified
 OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: System
+Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: jgd@ugs.com               
 QAContact: mono-bugs@ximian.com
-TargetMilestone: 2_0
+TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Marshal.GetDelegateForFunctionPointer()
 
 Please fill in this template when reporting a bug, unless you know what 
 you are doing.
@@ -36,6 +36,11 @@
 
 
 How often does this happen? 
 
 
 Additional Information:
+
+------- Additional Comments From vargaz@gmail.com  2005-01-31 12:18 -------
+The method exists in our 2.0 assemblies, but only works if the
+function pointer was created from a delegate, while the method in
+the MS CLR works for any function pointer.