The ContainerOptions type exposes the following members.
Events
Name | Description | |
---|---|---|
ContainerLocking |
Occurs just before the container is about to be locked, giving the developer a last change to
interact and change the unlocked container before it is sealed for further modifications. Locking
typically occurs by a call to Container.GetInstance, Container.Verify, or any other
method that causes the construction and resolution of registered instances.
|
See Also