[Mono-bugs] [Bug 47295][Nor] Changed - Image data for methods not being stored for dynamic assemblies

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 14 Aug 2003 03:24:01 -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 gonzalo@ximian.com.

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

--- shadow/47295	2003-08-14 03:23:11.000000000 -0400
+++ shadow/47295.tmp.22620	2003-08-14 03:24:01.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: mathpup@mylinuxisp.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Marshal.StructureToPtr fails with dynamically-created MulticastDelegate subclasses
+Summary: Image data for methods not being stored for dynamic assemblies
 
 Description of Problem: 
  
 The main idea here is that I need to create callbacks so that unmanaged code can 
 call managed code. I am creating subclasses of MulticastDelegate at runtime. I then 
 store instances of these delegate types into a struct and use Marshal.StructureToPtr