[Mono-bugs] [Bug 52594][Wis] Changed - cant call custom MethodInfo with Sys.Ref.Emit

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Feb 2005 10:45:14 -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 rharinath@novell.com.

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

--- shadow/52594	2005-02-11 04:10:43.000000000 -0500
+++ shadow/52594.tmp.10965	2005-02-14 10:45:14.000000000 -0500
@@ -12,13 +12,13 @@
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: cant call custom MethodInfo with Sys.Ref.Emit
-OtherBugsDependingOnThis: 26204, 52586
+OtherBugsDependingOnThis: 26204, 52586[FIXED]
 
 Description of Problem:
 On the MS runtime, you are able to create your own custom MethodInfo
 classes, and call them in dynamicly generated code using
 
 ilgen.Emit (OpCodes.Call, myCustomMethodInfo);