IActivator Interface
.NET Framework (current version)
Provides the basic functionality for a remoting activator class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Level | Gets the ActivatorLevel where this activator is active. |
![]() | NextActivator | Gets or sets the next activator in the chain. |
| Name | Description | |
|---|---|---|
![]() | Activate(IConstructionCallMessage^) | Creates an instance of the object that is specified in the provided IConstructionCallMessage. |
Activators control and participate in the activation of marshal by reference objects. Some activators create contexts, whereas others create actual objects.
Activators use the NextActivator property to form a hierarchy that must be observed.
.NET Framework
Available since 1.1
Available since 1.1
Show:

