IStashboxContainer
public interface IStashboxContainer : IDependencyRegistrator, IDependencyResolver, IDisposable, IDependencyReMapper, IDependencyCollectionRegistrator, IDecoratorRegistrator, IFuncRegistrator
Represents a dependency injection container.
Stores the container context.
Checks a type can be resolved by the container.
Checks a type can be resolved by the container.
Configures the container.
Creates a child container.
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.