C# Class LinFu.AOP.Cecil.Factories.AddInvocationInfoActionFactory

Inheritance: IFactory
Mostrar archivo Open project: philiplaureano/LinFu

Public Methods

Method Description
CreateInstance ( IFactoryRequest request ) : object

Generates the Action{T} delegate that will emit the necessary IInvocationInfo information.

Method Details

CreateInstance() public method

Generates the Action{T} delegate that will emit the necessary IInvocationInfo information.
public CreateInstance ( IFactoryRequest request ) : object
request IFactoryRequest The instance that describes the requested service type.
return object