Имя |
Описание |
BaseContainerCall |
Represents a class that provides the basic fuctionality for a compiled IMicroContainer instance to compile itself. |
ConstructorCall |
Represents an implementation that emits a constructor call. |
ContainerInstanceCall |
Represents an implementation that returns the container instance itself. |
FactoryCall |
Represents a class that emits a call to an IFactory{T} instance to instantiate a particular service instance. |
NextContainerCall |
Represents an implementation that will use the next container in the IMicroContainer chain to instantiate a particular service name and service type. |
PropertyInjectionCall |
Represents an IImplementation type that adds property injection capabilities to other IImplementation instances. |
SingletonType |
Represents a service implementation that will be instantiated as a singleton instance. |