Registers a service.

Overload List

  NameDescription
Public methodRegister(Type, String, Func<(Of <<'(ServiceContainer, Object>)>>))
Registers a services using a custom factory method.
Public methodRegister(Type, String, Object)
Registers the specified service instance.
Public methodRegister(Type, String, Type)
Registers the specified service type.
Public methodRegister(Type, String, Func<(Of <<'(ServiceContainer, Object>)>>), CreationPolicy)
Registers a services using a custom factory method and a certain creation policy.
Public methodRegister(Type, String, Type, CreationPolicy)
Registers the specified service type using a certain creation policy.
Public methodRegister(Type, String, Func<(Of <<'(ServiceContainer, Object>)>>), CreationPolicy, DisposalPolicy)
Registers a service using a custom factory method and certain creation and disposal policies.
Public methodRegister(Type, String, Type, CreationPolicy, DisposalPolicy)
Registers the specified service type using a certain creation and disposal policy.

See Also