Community

Invoking Overloaded Methods Using Reflection

(Richard Carr) Static and instance methods can be invoked via reflection by obtaining a MethodInfo object for the desired member and calling the Type class’s Invoke method. When invoking overloaded methods, the call to obtain the method information must be modified.

Read More - Register for Free Membership