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

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

Méthodes publiques

Méthode Description
CreateInstance ( IFactoryRequest request ) : object

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

Method Details

CreateInstance() public méthode

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