ConstructionCall Class
.NET Framework 2.0
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Implements the IConstructionCallMessage interface to create a request message that constitutes a constructor call on a remote object.
This class is not CLS-compliant. Namespace: System.Runtime.Remoting.MessagingAssembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ <CLSCompliantAttribute(False)> _ Public Class ConstructionCall Inherits MethodCall Implements IConstructionCallMessage, IMethodCallMessage, IMethodMessage, IMessage 'Usage Dim instance As ConstructionCall
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ /** @attribute CLSCompliantAttribute(false) */ public class ConstructionCall extends MethodCall implements IConstructionCallMessage, IMethodCallMessage, IMethodMessage, IMessage
SerializableAttribute ComVisibleAttribute(true) CLSCompliantAttribute(false) public class ConstructionCall extends MethodCall implements IConstructionCallMessage, IMethodCallMessage, IMethodMessage, IMessage
The ConstructionCall class is used by the remoting infrastructure of the .NET Framework. You do not need to create an instance of the ConstructionCall class directly; instead, use the IConstructionCallMessage interface.
A remoting client sends a ConstructionCall message to a server when attempting to create an instance of a client-activated remote class.
System.Object
System.Runtime.Remoting.Messaging.MethodCall
System.Runtime.Remoting.Messaging.ConstructionCall
System.Runtime.Remoting.Messaging.MethodCall
System.Runtime.Remoting.Messaging.ConstructionCall
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: