Click or drag to resize
ReflectionUtilityExecuteMethod Method (Type, String, BindingFlags, 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(
	Type type,
	string functionName,
	BindingFlags bindingFlags,
	Object target,
	Object[] arguments
)

Parameters

type
Type: SystemType
functionName
Type: SystemString
bindingFlags
Type: System.ReflectionBindingFlags
target
Type: SystemObject
arguments
Type: SystemObject

Return Value

Type: Object
See Also