The ServiceReplicator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ServiceReplicator(IUnityContainer) |
Constructor that takes the root container
|
![]() | ServiceReplicator(IUnityContainer, Boolean) |
Constructor that takes the root container and allows registration of default services that will be replicated
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RegisterInstance(Type, Object) |
Register an instance of a type to be replicated
|
![]() | RegisterInstance<(Of <<'(T>)>>)(T) |
Register an instance of a type to be replicated
|
![]() | RegisterType(Type, LifetimeManager) |
Register the type with the container and keep the registration in the list for replication
|
![]() | RegisterType(Type, Type, LifetimeManager) |
Register the type with the container and keep the registration in the list for replication
|
![]() | RegisterType<(Of <<'(T>)>>)(LifetimeManager) |
Register the type with the container and keep the registration in the list for replication
|
![]() | RegisterType<(Of <<'(FromType, ToType>)>>)(LifetimeManager) |
Register the type of the container and keep the registration in the list for replication
|
![]() | ReplicateInstance(Type, Object) |
Adds an instance of an existing object to be replicated to new contexts
|
![]() | ReplicateInstance<(Of <<'(T>)>>)(T) |
Replicate the instance of type T when new contexts are created
|
![]() | ReplicateToContainer |
Replicate all of the registerer services to the target container
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |