C# Class RxSpy.Utils.MethodInvoker

显示文件 Open project: niik/RxSpy

Public Methods

Method Description
Invoke ( object target, Type targetType, MethodInfo method, object args ) : object

Private Methods

Method Description
CreateInvokeDelegate ( Type targetType, MethodInfo method ) : Func

Method Details

Invoke() public static method

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