invoke a method from a string?

  • Thread starter Thread starter Vince Apesa
  • Start date Start date
V

Vince Apesa

All,
I am wondering if there is a way to invoke a method from a string?
Any pointers in the right direction would be appreciated.


string s = "someMethod";
invoke(s);


thanks,
Vince
 
Back
Top