C# Class RxSpy.Utils.MethodInvoker

Afficher le fichier Open project: niik/RxSpy

Méthodes publiques

Méthode Description
Invoke ( object target, Type targetType, MethodInfo method, object args ) : object

Private Methods

Méthode Description
CreateInvokeDelegate ( Type targetType, MethodInfo method ) : Func

Method Details

Invoke() public static méthode

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