Click or drag to resize

IComponentRegistry Methods

The IComponentRegistry type exposes the following members.

Methods
  NameDescription
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 methodRegistrationsFor
Selects from the available registrations after ensuring that any dynamic registration sources that may provide service have been invoked.
Public methodServiceMiddlewareFor
Gets the set of custom service middleware for the specified service.
Public methodServiceRegistrationsFor
Selects from the available service registrations after ensuring that any dynamic registration sources that may provide service have been invoked.
Public methodTryGetRegistration
Attempts to find a default registration for the specified service.
Public methodTryGetServiceRegistration
Attempts to find a default service registration for the specified service.
Top
See Also