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

Inheritance: IFactory
Show file Open project: philiplaureano/LinFu

Public Methods

Method Description
CreateInstance ( IFactoryRequest request ) : object

Generates the Action{T1, T2} instance that will weave the target type.

Method Details

CreateInstance() public method

Generates the Action{T1, T2} instance that will weave the target type.
public CreateInstance ( IFactoryRequest request ) : object
request IFactoryRequest The that describes the service request.
return object