Click or drag to resize
ReflectionUtilityParepareInputArgs Method

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[] ParepareInputArgs(
	string method,
	Type[] parameters,
	Object[] argValueAry
)

Parameters

method
Type: SystemString
parameters
Type: SystemType
argValueAry
Type: SystemObject

Return Value

Type: Object
See Also