This post has the comment if you need to call the method multiple times, use reflection once to find it, then assign it to a delegate, and then call the delegate..
- How and why does this
delegatework faster? Can anyone has some example? - Can I call this
caching? If so, are there any other method than this caching method with delegate?
ADDED
I came up with an example of using delegate here.