Overload List

  NameDescription
Public methodStatic memberInvokeGenericMethod(String, Object, array<Type>[]()[][], array<KeyValuePair<(Of <<'(Type, Object>)>>)>[]()[][])
Invoke an generic method by name, in a reflection context. This method is the only way to invoke a generic method in late bound conditions.
Public methodStatic memberInvokeGenericMethod(String, Object, array<Type>[]()[][], array<Type>[]()[][], array<Object>[]()[][])
Invoke an generic method by name, in reflection context. This method is the only way to invoke generic method in late bound conditions.

See Also