Reflecting Parameters
I got a question last week from a gentleman asking how to tell what parameters were available for a particular method. This is useful when you know that a method will be available on a class you are calling, but the method could have any parameters, or when you have used reflection to get the list of methods in your class, and need to pull out the parameter list for each.
The solution is actually quite simple:
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Monday, May 5th, 2008
