C# 클래스 LinFu.AOP.Cecil.Factories.AssemblyWeaverActionFactory

상속: IFactory
파일 보기 프로젝트 열기: philiplaureano/LinFu

공개 메소드들

메소드 설명
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.

메소드 상세

CreateInstance() 공개 메소드

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.
리턴 object