C# Class StaticProxy.Interceptor.Invocation

Inheritance: IInvocation
Afficher le fichier Open project: BrunoJuchli/StaticProxy.Fody Class Usage Examples

Méthodes publiques

Méthode Description
GetArgumentValue ( int index ) : object
Invocation ( ITargetInvocation targetInvocation, MethodInfo decoratedMethod, object arguments, IDynamicInterceptor interceptors ) : System
Proceed ( ) : void
SetArgumentValue ( int index, object value ) : void

Private Methods

Méthode Description
CreateExceptionForInvalidCurrentInterceptorIndex ( ) : InvalidOperationException

Method Details

GetArgumentValue() public méthode

public GetArgumentValue ( int index ) : object
index int
Résultat object

Invocation() public méthode

public Invocation ( ITargetInvocation targetInvocation, MethodInfo decoratedMethod, object arguments, IDynamicInterceptor interceptors ) : System
targetInvocation ITargetInvocation
decoratedMethod System.Reflection.MethodInfo
arguments object
interceptors IDynamicInterceptor
Résultat System

Proceed() public méthode

public Proceed ( ) : void
Résultat void

SetArgumentValue() public méthode

public SetArgumentValue ( int index, object value ) : void
index int
value object
Résultat void