| IComponentRegistry Methods | 
The IComponentRegistry type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | IsRegistered | 
            Determines whether the specified service is registered.
             | 
|  | RegistrationsFor | 
            Selects from the available registrations after ensuring that any
            dynamic registration sources that may provide service
            have been invoked.
             | 
|  | ServiceMiddlewareFor | 
            Gets the set of custom service middleware for the specified service.
             | 
|  | ServiceRegistrationsFor | 
            Selects from the available service registrations after ensuring that any
            dynamic registration sources that may provide service
            have been invoked.
             | 
|  | TryGetRegistration | 
            Attempts to find a default registration for the specified service.
             | 
|  | TryGetServiceRegistration | 
            Attempts to find a default service registration for the specified service.
             | 
 See Also
See Also