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

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

공개 메소드들

메소드 설명
CreateInstance ( IFactoryRequest request ) : object

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

메소드 상세

CreateInstance() 공개 메소드

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