Narik Ramuk

Greenhorn
+ Follow
since Jan 25, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Narik Ramuk

I have a table in database having Class name , Method Name, Parameters the method takes and datatypes of the parameters.

I have to call that particular method by passing the parameters and get the return value dynamically in my class.

I hope this info is sufficient to understand what I want.


Is there a possible way?
10 years ago
Sorry.


What I am trying to achieve is.

I have a table in database having Class name , Method Name, Parameters the method takes and datatypes of the parameters.

I have to call that particular method by passing the parameters and get the return value dynamically in my class.

I hope this info is sufficient to understand what I want.


Is there a possible way?
10 years ago