C# Класс Castle.Facilities.TypedFactory.TypedFactoryComponent

Represents a single component to be resolved via Typed Factory
Показать файл Открыть проект

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

Метод Описание
Resolve ( IKernel kernel ) : object

Resolves the component(s) from given kernel.

TypedFactoryComponent ( string componentName, Type componentType, IDictionary additionalArguments ) : System

Описание методов

Resolve() публичный Метод

Resolves the component(s) from given kernel.
public Resolve ( IKernel kernel ) : object
kernel IKernel
Результат object

TypedFactoryComponent() публичный Метод

public TypedFactoryComponent ( string componentName, Type componentType, IDictionary additionalArguments ) : System
componentName string
componentType System.Type
additionalArguments IDictionary
Результат System