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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top