Click or drag to resize
ReflectionUtilityGetPublicInstanceMethod 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 GetPublicInstanceMethod(
	Type type,
	Type[] paramTypes,
	string name
)

Parameters

type
Type: SystemType
paramTypes
Type: SystemType
name
Type: SystemString

Return Value

Type: MethodInfo
See Also