C# Class NProxy.Core.Benchmark.NProxyInvocationHandler

Inheritance: IInvocationHandler
Show file Open project: mtamme/NProxy Class Usage Examples

Public Methods

Method Description
Invoke ( object target, MethodInfo methodInfo, object parameters ) : object
NProxyInvocationHandler ( object target ) : System

Method Details

Invoke() public method

public Invoke ( object target, MethodInfo methodInfo, object parameters ) : object
target object
methodInfo System.Reflection.MethodInfo
parameters object
return object

NProxyInvocationHandler() public method

public NProxyInvocationHandler ( object target ) : System
target object
return System