Removes the service registered with the specified identifier.
The identification token.
Gets the service registered with the specified identifier.
The identification token.
The instance of the service registered with the specified identifier.
Gets a value indicating whether this container has a service registered with the specified identifier.
The identification token.
true
if a service registered with the specified identifier exists in this container, otherwise false
.
Registers a service factory with this container.
The identification token.
The service factory.
This instance.
Registers a service instance with this container.
The identification token.
The service instance.
This instance.
Provides a dependency container.