IActivator Interface

Definition

Provides the basic functionality for a remoting activator class.

public interface class IActivator
public interface IActivator
[System.Runtime.InteropServices.ComVisible(true)]
public interface IActivator
type IActivator = interface
[<System.Runtime.InteropServices.ComVisible(true)>]
type IActivator = interface
Public Interface IActivator
Attributes

Remarks

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.

Properties

Level

Gets the ActivatorLevel where this activator is active.

NextActivator

Gets or sets the next activator in the chain.

Methods

Activate(IConstructionCallMessage)

Creates an instance of the object that is specified in the provided IConstructionCallMessage.

Applies to

See also