[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Evaluation.DynamicDispatch.InvokeStatic

InvokeStatic Method

InvokeStatic(string, Type, object[])

Invokes static method.

Declaration
public static object InvokeStatic(string methodName, Type type, object[] args)
Parameters
Type Name Description
string methodName

The name of method to invoke.

Type type

The type to find method in.

object[] args

The method arguments.

Returns
Type Description
object

value returned by the method