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
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