C# 클래스 LinFu.Reflection.MethodFinder

상속: IMethodFinder
파일 보기 프로젝트 열기: philiplaureano/LinFu.DynamicObject

공개 메소드들

메소드 설명
Find ( string methodName, Type targetType, object args ) : MethodInfo

비공개 메소드들

메소드 설명
GetMethods ( Type targetType ) : IEnumerable

메소드 상세

Find() 공개 메소드

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