Click or drag to resize
ReflectionUtilityGetPublicStaticMethod 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 GetPublicStaticMethod(
	Type type,
	string name
)

Parameters

type
Type: SystemType
name
Type: SystemString

Return Value

Type: MethodInfo
See Also