B
billsahiker
How can I use reflection to inspect any assembly and get only the
methods written by the developers of the assembly, not all the built-
in methods. When I use GetMethods on the Module, it returns all the
built-in methods, so for a Form, I get
get_autosize, get_autoscroll, which I do not want. How can I filter
those out? I read the documentation and looked into bindingflags and
tried many other options but cannot find anything that does what I
need. Using framework 2.0 and vs2005. Please excuse if this is posted
twice -I got a google server error first time, so am sending again.
methods written by the developers of the assembly, not all the built-
in methods. When I use GetMethods on the Module, it returns all the
built-in methods, so for a Form, I get
get_autosize, get_autoscroll, which I do not want. How can I filter
those out? I read the documentation and looked into bindingflags and
tried many other options but cannot find anything that does what I
need. Using framework 2.0 and vs2005. Please excuse if this is posted
twice -I got a google server error first time, so am sending again.