C# 클래스 LinFu.IoC.FactoryExtensions

Extends the IFactory instance with a few helper methods.
파일 보기 프로젝트 열기: philiplaureano/LinFu

공개 메소드들

메소드 설명
CreateInstance ( this factory, Type serviceType, IServiceContainer container ) : object

Creates an object instance.

메소드 상세

CreateInstance() 공개 정적인 메소드

Creates an object instance.
public static CreateInstance ( this factory, Type serviceType, IServiceContainer container ) : object
factory this The target factory.
serviceType System.Type The requested service type.
container IServiceContainer The target service contaienr.
리턴 object