Registers a service.
Overload List
| Name | Description | |
|---|---|---|
| Register(Type, String, Func<(Of <<'(ServiceContainer, 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, Func<(Of <<'(ServiceContainer, 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, Func<(Of <<'(ServiceContainer, 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.
|