[Mono-bugs] [Bug 24992] Changed - EventInfo.GetAddMethod() and GetRemoveMethod() need implementing
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
20 May 2002 19:05:03 -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 joe@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=24992
--- shadow/24992 Mon May 20 14:47:38 2002
+++ shadow/24992.tmp.19681 Mon May 20 15:05:03 2002
@@ -78,6 +78,11 @@
in 0x003e0 Mono.CSharp.Method:Emit (Mono.CSharp.TypeContainer)
in 0x001d6 Mono.CSharp.TypeContainer:Emit ()
in 0x00495 Mono.CSharp.RootContext:EmitCode ()
in 0x01ada Mono.CSharp.Driver:MainDriver (string[])
in 0x00009 Mono.CSharp.Driver:Main (string[])
+
+------- Additional Comments From joe@ximian.com 2002-05-20 15:05 -------
+More digging... looks like EventInfo.EventHandlerType_get() needs to
+be implemented. It returns null now, but I'm not sure how to
+implement it.