C# Class NProxy.Core.Test.SetReturnValueInvocationHandler

Inheritance: IInvocationHandler
Afficher le fichier Open project: mtamme/NProxy Class Usage Examples

Méthodes publiques

Méthode Description
Invoke ( object target, MethodInfo methodInfo, object parameters ) : object
SetReturnValueInvocationHandler ( object returnValue ) : System.Reflection

Method Details

Invoke() public méthode

public Invoke ( object target, MethodInfo methodInfo, object parameters ) : object
target object
methodInfo System.Reflection.MethodInfo
parameters object
Résultat object

SetReturnValueInvocationHandler() public méthode

public SetReturnValueInvocationHandler ( object returnValue ) : System.Reflection
returnValue object
Résultat System.Reflection