ConstructionCall Class
.NET Framework 3.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)
[SerializableAttribute] [CLSCompliantAttribute(false)] [ComVisibleAttribute(true)] public class ConstructionCall : MethodCall, IConstructionCallMessage, IMethodCallMessage, IMethodMessage, IMessage
/** @attribute SerializableAttribute() */ /** @attribute CLSCompliantAttribute(false) */ /** @attribute ComVisibleAttribute(true) */ public class ConstructionCall extends MethodCall implements IConstructionCallMessage, IMethodCallMessage, IMethodMessage, IMessage
SerializableAttribute CLSCompliantAttribute(false) ComVisibleAttribute(true) public class ConstructionCall extends MethodCall implements IConstructionCallMessage, IMethodCallMessage, IMethodMessage, IMessage
Not applicable.
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: