[Mono-bugs] [Bug 322762] Type.GetXxx(...) returns too many members
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Dec 21 10:37:40 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#c1
Gert Driesen <gert.driesen at pandora.be> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gert.driesen at pandora.be
--- Comment #1 from Gert Driesen <gert.driesen at pandora.be> 2007-12-21 08:37:39 MST ---
I did some tests for properties as part of bug #349078 (see
gert/standalone/bug349078 in SVN for a standalone repro... you need NAnt to
build it), with the following results:
1) properties with internal accessors in base classes are only included in .NET
2.0.
2) whether the (base) class is in the same assembly or a separate assembly has
no effect.
3) the InternalVisibleToAttribute has no effect on reflection.
4) The behavior for nested types is identical.
These results apply to GetProperties and GetProperty.
I haven't yet done tests with accessors with different visibility. Which
combinations should I check (and don't tell me "all" lol)?
--
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