AdvancedExtensions Class

Simple Injector
Extension methods for enable advanced scenarios.
Inheritance Hierarchy

SystemObject
  SimpleInjector.AdvancedAdvancedExtensions

Namespace:  SimpleInjector.Advanced
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public static class AdvancedExtensions

The AdvancedExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAppendToCollection(Container, Type, Registration) Obsolete.
Allows appending new registrations to existing registrations made using one of the Collections.Register overloads.
Public methodStatic memberAppendToCollection(Container, Type, Type) Obsolete.
Allows appending new registrations to existing registrations made using one of the Collections.Register overloads.
Public methodStatic memberGetItem Obsolete.
Retrieves an item from the container stored by the given key or null when no item is stored by that key.
Public methodStatic memberGetOrSetItemT Obsolete.
Adds an item by the given key in the container by using the specified function, if the key does not already exist. This operation is atomic.
Public methodStatic memberIsLocked Obsolete.
Determines whether the specified container is locked making any new registrations. The container is automatically locked when GetInstance is called for the first time.
Public methodStatic memberIsVerifying Obsolete.
Determines whether the specified container is currently verifying its configuration.
Public methodStatic memberSetItem Obsolete.
Stores an item by the given key in the container.
Top
See Also

Reference