System.Reflection - Nested Methods

nickbeentjes

New member
Joined
Jul 26, 2004
Messages
1
Programming Experience
10+
Hi,

Has anyone been able to call nested methods using reflection :

i.e. mytype.search.theinternet method :

I can call

mytype.getmethod("search")

however, it fails to call

mytype.getmethod("search.theinternet")

Does anyone have any idea's on this, TIA

Nick.
 
Back
Top