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

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

공개 메소드들

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

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

메소드 상세

CreateInstance() 공개 메소드

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