Methods
-
Add
Registration Add a registration source that will provide registrations on-the-fly.Source(IRegistration Source) -
Decorators
For(IComponent Selects all available decorator registrations that can be applied to the specified registration.Registration) -
Is
Registered(Service) Determines whether the specified service is registered. -
Register(IComponent
Registration) Register a component. -
Register(IComponent
Registration, Register a component.Boolean) -
Registrations
For(Service) Selects from the available registrations after ensuring that any dynamic registration sources that may provide service have been invoked. -
Try
Get Attempts to find a default registration for the specified service.Registration(Service, IComponent Registration&)
Properties
-
Has
Local Gets a value indicating whether the registry contains its own components. True if the registry contains its own components; false if it is forwarding registrations from another external registry.Components - Properties Gets the set of properties used during component registration.
- Registrations Gets the set of registered components.
- Sources Gets the registration sources that are used by the registry.
Events
- Registered Fired whenever a component is registered - either explicitly or via a IRegistrationSource.
-
Registration
Source Fired when an IRegistrationSource is added to the registry.Added