IStashboxContainer
public interface IStashboxContainer : IDependencyRegistrator, IDependencyResolver, IServiceProvider, IAsyncDisposable, IDisposable, IDependencyReMapper, IDependencyCollectionRegistrator, IDecoratorRegistrator, IFuncRegistrator
Represents a dependency injection container.
The container context.
Configures the container.
Creates a child container.
Returns the details about the registrations.
Returns all registration mappings.
Checks whether a type is registered in the container.
Checks whether a type is registered in the container.
Registers an IResolver.
void Validate()
Validates the current state of the container.