Click or drag to resize

IComponentRegistryBuilder Methods

The IComponentRegistryBuilder type exposes the following members.

Methods
  NameDescription
Public methodAddRegistrationSource
Add a registration source that will provide registrations on-the-fly.
Public methodAddServiceMiddlewareSource
Add a source of service middleware that will provide service registrations on-the-fly.
Public methodBuild
Create a new IComponentRegistry with all the component registrations that have been made.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodIsRegistered
Determines whether the specified service is registered.
Public methodRegister(IComponentRegistration)
Register a component.
Public methodRegister(IComponentRegistration, Boolean)
Register a component.
Public methodRegisterServiceMiddleware
Register a piece of service middleware that will be invoked for all registrations of a service when they are resolved.
Top
See Also