C# Class Flatwhite.AutofacIntergration.InvocationAdaptor

Inheritance: _IInvocation
Datei anzeigen Open project: vanthoainguyen/Flatwhite

Public Methods

Method Description
GetArgumentValue ( int index ) : object
GetConcreteMethod ( ) : MethodInfo
GetConcreteMethodInvocationTarget ( ) : MethodInfo
InvocationAdaptor ( IInvocation invocation ) : System
Proceed ( ) : void
SetArgumentValue ( int index, object value ) : void

Method Details

GetArgumentValue() public method

public GetArgumentValue ( int index ) : object
index int
return object

GetConcreteMethod() public method

public GetConcreteMethod ( ) : MethodInfo
return System.Reflection.MethodInfo

GetConcreteMethodInvocationTarget() public method

public GetConcreteMethodInvocationTarget ( ) : MethodInfo
return System.Reflection.MethodInfo

InvocationAdaptor() public method

public InvocationAdaptor ( IInvocation invocation ) : System
invocation IInvocation
return System

Proceed() public method

public Proceed ( ) : void
return void

SetArgumentValue() public method

public SetArgumentValue ( int index, object value ) : void
index int
value object
return void