Click or drag to resize

ReflectionUtilsCallMethod Method

Overload List
  NameDescription
Public methodStatic memberCallMethod(Object, String, Object)
Calls a method on an object dynamically. This version doesn't require specific parameter signatures to be passed. Instead parameter types are inferred based on types passed. Note that if you pass a null parameter, type inferrance cannot occur and if overloads exist the call may fail. if so use the more detailed overload of this method.
Public methodStatic memberCallMethod(Object, String, Type, Object)
Calls a method on an object dynamically. This version requires explicit specification of the parameter type signatures.
Top
See Also