C# Класс LinFu.IoC.FactoryExtensions

Extends the IFactory instance with a few helper methods.
Показать файл Открыть проект

Открытые методы

Метод Описание
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