C# 클래스 StructureMap.Query.PluginTypeConfigurationExtensions

파일 보기 프로젝트 열기: visit/structuremap

공개 메소드들

메소드 설명
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