Click or drag to resize
ReflectionUtilityExecuteMethod Method (MethodInfo, Object, Object)

Namespace: FlexRule.DynamicEvaluation.Reflection
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static Object ExecuteMethod(
	MethodInfo method,
	Object target,
	Object[] argValueAry
)

Parameters

method
Type: System.ReflectionMethodInfo
target
Type: SystemObject
argValueAry
Type: SystemObject

Return Value

Type: Object
See Also