[Mono-bugs] [Bug 322762] Type.GetXxx(...) returns too many members
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Dec 22 14:27:32 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=322762
User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=322762#c3
Gert Driesen <gert.driesen at pandora.be> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #170978|0 |1
is obsolete| |
--- Comment #3 from Gert Driesen <gert.driesen at pandora.be> 2007-12-22 12:27:31 MST ---
Created an attachment (id=188607)
--> (https://bugzilla.novell.com/attachment.cgi?id=188607)
Runtime patch (for icall.c)
Modifies runtime implementation for Type.GetField(s) to match MS: if NonPublic
flag is set, only return field(s) from parent if field is not private.
Modifies runtime implementation of Type.GetMethod(s) to match MS: if NonPublic
flag is set, do not include methods from parent class if they are private or -
on the 1.0 profile - internal.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list