There are often times when you need to call a method but you do not know the name of the method until runtime. I came across this issue during my Thesis. Our problem was as follows: How do we dynamically map between an object type and a method in the sub class of PublishableServer that [...]
Reflection Tip – Dynamically calling methods