Constructors
-
Container
Builder() Initializes a new instance of the ContainerBuilder class.
Methods
-
Build(Container
Build Create a new container with the component registrations that have been made.Options) -
Register
Build Register a callback that will be invoked when the container is built.Callback(Action<IContainer>) -
Register
Callback(Action<IComponent virtual Register a callback that will be invoked when the container is configured.Registry>) -
Update(IComponent
Registry) Configure an existing registry with the component registrations that have been made. - Update(IContainer) Configure an existing container with the component registrations that have been made.
-
Update(IContainer,
Container Configure an existing container with the component registrations that have been made and allows additional build options to be specified.Build Options)
Properties
- Properties Gets the set of properties used during component registration.