| ServiceContainerRegister Method |
| Name | Description | |
|---|---|---|
| Register(Type, String, FuncServiceContainer, Object) |
Registers a services using a custom factory method.
| |
| Register(Type, String, Object) |
Registers the specified service instance.
| |
| Register(Type, String, Type) |
Registers the specified service type.
| |
| Register(Type, String, FuncServiceContainer, Object, CreationPolicy) |
Registers a services using a custom factory method and a certain creation policy.
| |
| Register(Type, String, Type, CreationPolicy) |
Registers the specified service type using a certain creation policy.
| |
| Register(Type, String, FuncServiceContainer, Object, CreationPolicy, DisposalPolicy) |
Registers a service using a custom factory method and certain creation and disposal
policies.
| |
| Register(Type, String, Type, CreationPolicy, DisposalPolicy) |
Registers the specified service type using a certain creation and disposal policy.
|