Archive for August, 2008

Discover and Invoke methods programmatically at runtime

I had a fairly simple problem recently (well, most problems are simple – solutions are not always so). I had an interface for a class that exposed about a dozen or so methods, and I needed to call them all, one at a time. The methods were parameterless and the return types were identical. Basically [...]

Continue reading » 2 Comments