InvokeGenericMethod

Example: InvokeGenericMethodAlphabetical List of Functions

Invokes a generic method.

object  InvokeGenericMethod (object targetObj , Type type , string methodName , int metadataToken , Type[] genericArguments , object[] parameters);
targetObjThe target upon which to invoke the method.
typeThe method type.
methodNameThe name of the method.
metadataTokenThe metadataToken of the method.
genericArgumentsThe generic arguments with which to make the generic method invokable.
parametersThe method parameters.

InvokeGenericMethod invokes a generic method indicated by its name, type, and metadataToken. It returns the result of the method invocation.

Note: Do not add this function manually to a script. It is generated by VuGen automatically.

Parameterization

Parameterization is not applicable to this function.