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.
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.
Delegate.CreateDelegate
Probably the best docs on MSDN :)