[Mono-bugs] [Bug 64943][Nor] Changed - Type.GetMethod(s) and Type.GetPropert(y/ies) mono results differ from .Net results
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 31 Aug 2004 14:44:50 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=64943
--- shadow/64943 2004-08-31 12:12:01.000000000 -0400
+++ shadow/64943.tmp.3283 2004-08-31 14:44:50.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 64943
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: DUPLICATE
+Severity: Unknown
Priority: Normal
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: priewasser@gmx.at
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -42,6 +42,11 @@
Additional Information:
GetMethods(BindingFlags.NonPublic|BindingFlags.Instance)
returns following methods which are not returned by .Net:
IntPtr obj_address()
Void FieldGetter(System.String, System.String, System.Object)
Void FieldSetter(System.String, System.String, System.Object)
+
+------- Additional Comments From bmaurer@users.sf.net 2004-08-31 14:44 -------
+
+
+*** This bug has been marked as a duplicate of 64400 ***