C# Class NProxy.Core.Benchmark.LinFuInterceptor

Inheritance: IInterceptor
Datei anzeigen Open project: mtamme/NProxy Class Usage Examples

Public Methods

Method Description
Intercept ( IInvocationInfo info ) : object
LinFuInterceptor ( object target ) : System

Method Details

Intercept() public method

public Intercept ( IInvocationInfo info ) : object
info IInvocationInfo
return object

LinFuInterceptor() public method

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