C# Class LinFu.Reflection.MethodFinder

Inheritance: IMethodFinder
Show file Open project: philiplaureano/LinFu.DynamicObject

Public Methods

Method Description
Find ( string methodName, Type targetType, object args ) : MethodInfo

Private Methods

Method Description
GetMethods ( Type targetType ) : IEnumerable

Method Details

Find() public method

public Find ( string methodName, Type targetType, object args ) : MethodInfo
methodName string
targetType System.Type
args object
return System.Reflection.MethodInfo