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