Click or drag to resize

ContainerImpl Class

[Missing <summary> documentation for "T:com.espertech.esper.container.ContainerImpl"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.containerContainerImpl

Namespace:  com.espertech.esper.container
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class ContainerImpl : IContainer

The ContainerImpl type exposes the following members.

Constructors
  NameDescription
Public methodContainerImpl
Initializes a new instance of the ContainerImpl class.
Top
Properties
  NameDescription
Public propertyWindsorContainer
Top
Methods
  NameDescription
Public methodDoesNotHaveT
Public methodHas(String)
Returns true if an object by the given name is registered.
Public methodHas(Type)
Public methodHasT
Returns true if an object by the given type is registered.
Public methodRegisterT(FuncT, TResult, Boolean, IContainer)
Public methodRegisterT(T, Lifespan, String)
Public methodRegisterT, TImpl(Lifespan, String)
Public methodResolve(Type)
Resolves an object within a container.
Public methodResolveT
Resolves an object within a container.
Public methodResolveT(IDictionaryTKey, TValue)
Public methodResolveT(Object)
Resolves the specified arguments as anonymous type.
Public methodResolveT(String)
Resolves a named object within a container.
Top
Extension Methods
See Also