Reflection4.

Invoke(Type, string, Type[], Object[]) Method

Syntax

public static Object Invoke(Type clazz, string methodName, Type[] paramClasses, Object[] params)

Parameters

Name Type Description
clazz Type
methodName string
paramClasses Type[]
params Object[]

Return Value

Type Description
Object