[Mono-bugs] [Bug 30090][Wis] New - System.Type.InvokeMember is missing
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
10 Sep 2002 08:25:23 -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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=30090
--- shadow/30090 Tue Sep 10 04:25:23 2002
+++ shadow/30090.tmp.18022 Tue Sep 10 04:25:23 2002
@@ -0,0 +1,28 @@
+Bug#: 30090
+Product: Mono/Class Libraries
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: CORLIB
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: duncan@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: System.Type.InvokeMember is missing
+
+System.Type.InvokeMember is missing.
+
+Unhandled Exception: System.NotImplementedException: The requested feature
+is not yet implemented
+in <0x0002b> 00 System.Type:InvokeMember
+(string,System.Reflection.BindingFlags,System.Reflection.Binder,object,object[])
+in <0x00172> 00 .Invoke:Go ()
+in <0x00006> 00 .Invoke:Main ()
+
+This method is used by Invoke.cs in the Quickstart tutorials.