[Mono-dev] FindMembers() for TypeBuilder excluding overriden ones
Atsushi Eno
atsushi at ximian.com
Sun Nov 13 23:09:47 EST 2005
Hi,
In mcs(.exe) I want to get a MemberInfo array which has a certain
name and does not contain overriden base members i.e. something
like Type.FindMembers() with Type.FilterName (TypeBuilder.GetMethods()
returns base ones, and it should be fine).
(For example, suppose I'm building System.Xml.dll, I don't want
XmlReader.Read() while we have XmlTextReader.Read() for XmlTextReader.)
Is there any preferable way I can go, or do I have to create such one?
It would be useful to fix one /doc bug; #76690.
thx
Atsushi Eno
More information about the Mono-devel-list
mailing list