System.Runtime.Remoting.Messaging.ConstructionCall Class

Implements the System.Runtime.Remoting.Activation.IConstructionCallMessage interface to create a request message that constitutes a constructor call on a remote object.

See Also: ConstructionCall Members

Syntax

[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
public class ConstructionCall : MethodCall, System.Runtime.Remoting.Activation.IConstructionCallMessage

Remarks

The System.Runtime.Remoting.Messaging.ConstructionCall class is used by the remoting infrastructure of the .NET Framework. You do not need to create an instance of the System.Runtime.Remoting.Messaging.ConstructionCall class directly; instead, use the System.Runtime.Remoting.Activation.IConstructionCallMessage interface.

A remoting client sends a System.Runtime.Remoting.Messaging.ConstructionCall message to a server when attempting to create an instance of a client-activated remote class.

Requirements

Namespace: System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0