IServiceContainer Interface Members
The following tables list the members exposed by IServiceContainer.
Public Methods
| Name | Description | |
|---|---|---|
![]() | DeRegisterService<T> | Deregisters service of type T |
![]() | GetService<T> | Gets the service instance registered by type. For a full list of available services, see the remarks on ServiceContainer |
![]() | HasService<T> | Determines whether this instance has the service of type T |
![]() | RegisterService<T> | Registers the service. |
See Also
