Click or drag to resize
ReflectionUtilityGetMethod 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 MethodInfo GetMethod(
	string method,
	Type[] arguments,
	Object target
)

Parameters

method
Type: SystemString
arguments
Type: SystemType
target
Type: SystemObject

Return Value

Type: MethodInfo
See Also