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

Inheritance: IFactory
Exibir arquivo Open project: philiplaureano/LinFu

Public Methods

Method Description
CreateInstance ( IFactoryRequest request ) : object

Generates Action{T1, T2} instances that apply a specific method weaver (with the name given in the first delegate parameter) to every type in every module of an AssemblyDefinition instance.

Method Details

CreateInstance() public method

Generates Action{T1, T2} instances that apply a specific method weaver (with the name given in the first delegate parameter) to every type in every module of an AssemblyDefinition instance.
public CreateInstance ( IFactoryRequest request ) : object
request IFactoryRequest The that describes the service request.
return object