InvokeStaticMethod

Example: InvokeStaticMethodAlphabetical List of Functions

Invokes a static method.

object InvokeStaticMethod(Type type, string methodName, int metadataToken, object[] parameters);
typeThe method type.
methodNameThe name of the method.
metadataTokenThe metadataToken of the method.
parametersThe method parameters.

InvokeStaticMethod Invokes a static method and 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.