IActivator Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |