[]
Invokes static method.
public static object InvokeStatic(string methodName, Type type, object[] args)
Type | Name | Description |
---|---|---|
string | methodName | The name of method to invoke. |
Type | type | The type to find method in. |
object[] | args | The method arguments. |
Type | Description |
---|---|
object | value returned by the method |