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

Inheritance: IFactory
Afficher le fichier Open project: philiplaureano/LinFu

Méthodes publiques

Méthode 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 méthode

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.
Résultat object