Click or drag to resize

ContainerImpl Methods

The ContainerImpl type exposes the following members.

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