C# 클래스 RxSpy.Utils.MethodInvoker

파일 보기 프로젝트 열기: niik/RxSpy

공개 메소드들

메소드 설명
Invoke ( object target, Type targetType, MethodInfo method, object args ) : object

비공개 메소드들

메소드 설명
CreateInvokeDelegate ( Type targetType, MethodInfo method ) : Func

메소드 상세

Invoke() 공개 정적인 메소드

public static Invoke ( object target, Type targetType, MethodInfo method, object args ) : object
target object
targetType System.Type
method System.Reflection.MethodInfo
args object
리턴 object