C# Class StaticProxy.Interceptor.TargetInvocation.WithTargetInvocation

Inheritance: ITargetInvocation
Datei anzeigen Open project: BrunoJuchli/StaticProxy.Fody Class Usage Examples

Public Methods

Method Description
InvokeMethodOnTarget ( object arguments ) : object
WithTargetInvocation ( object target, MethodBase implementationMethod ) : System.Runtime.ExceptionServices

Method Details

InvokeMethodOnTarget() public method

public InvokeMethodOnTarget ( object arguments ) : object
arguments object
return object

WithTargetInvocation() public method

public WithTargetInvocation ( object target, MethodBase implementationMethod ) : System.Runtime.ExceptionServices
target object
implementationMethod System.Reflection.MethodBase
return System.Runtime.ExceptionServices