C# Class LinFu.Reflection.MethodFinder

Inheritance: IMethodFinder
Afficher le fichier Open project: philiplaureano/LinFu.DynamicObject

Méthodes publiques

Méthode Description
Find ( string methodName, Type targetType, object args ) : MethodInfo

Private Methods

Méthode Description
GetMethods ( Type targetType ) : IEnumerable

Method Details

Find() public méthode

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