The IServiceReplicator type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | RegisterInstance(Type, Object) |
Register an instance to be replicated
|
![]() | RegisterInstance<(Of <<'(T>)>>)(T) |
Register an instance that will be replicated
|
![]() | RegisterType(Type, LifetimeManager) |
Register type to replicate
|
![]() | RegisterType(Type, Type, LifetimeManager) |
Register type to replicate
|
![]() | RegisterType<(Of <<'(T>)>>)(LifetimeManager) |
Regiter type to replicate
|
![]() | RegisterType<(Of <<'(FromType, ToType>)>>)(LifetimeManager) |
Register type to replicate
|
![]() | ReplicateToContainer |
Replicate all of the registered instances to the container
|