C# Класс StructureMap.Query.PluginTypeConfigurationExtensions

Показать файл Открыть проект

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

Метод Описание
EjectAndRemove ( this configuration, bool>.Func filter ) : void

Ejects and removes all objects and configuration for the instances that match the filter

EjectAndRemove ( this configuration, string instanceName ) : void

Ejects and removes all objects and the configuration for the named instance from the container

Find ( this configuration, string instanceName ) : InstanceRef

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

EjectAndRemove() публичный статический Метод

Ejects and removes all objects and configuration for the instances that match the filter
public static EjectAndRemove ( this configuration, bool>.Func filter ) : void
configuration this
filter bool>.Func
Результат void

EjectAndRemove() публичный статический Метод

Ejects and removes all objects and the configuration for the named instance from the container
public static EjectAndRemove ( this configuration, string instanceName ) : void
configuration this
instanceName string
Результат void

Find() публичный статический Метод

public static Find ( this configuration, string instanceName ) : InstanceRef
configuration this
instanceName string
Результат InstanceRef