ConstructionResponse 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 IConstructionReturnMessage interface to create a message that responds to a call to instantiate a remote object.
This class is not CLS-compliant. Namespace: System.Runtime.Remoting.MessagingAssembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <CLSCompliantAttribute(False)> _ <ComVisibleAttribute(True)> _ Public Class ConstructionResponse Inherits MethodResponse Implements IConstructionReturnMessage, IMethodReturnMessage, IMethodMessage, IMessage 'Usage Dim instance As ConstructionResponse
/** @attribute SerializableAttribute() */ /** @attribute CLSCompliantAttribute(false) */ /** @attribute ComVisibleAttribute(true) */ public class ConstructionResponse extends MethodResponse implements IConstructionReturnMessage, IMethodReturnMessage, IMethodMessage, IMessage
SerializableAttribute CLSCompliantAttribute(false) ComVisibleAttribute(true) public class ConstructionResponse extends MethodResponse implements IConstructionReturnMessage, IMethodReturnMessage, IMethodMessage, IMessage
A ConstructionResponse object returns the result of a construction request sent with the IConstructionCallMessage interface.
The ConstructionResponse class is used by the remoting infrastructure of the .NET Framework. You do not need to create an instance of the ConstructionResponse class directly; instead, use the IConstructionReturnMessage interface.
System.Object
System.Runtime.Remoting.Messaging.MethodResponse
System.Runtime.Remoting.Messaging.ConstructionResponse
System.Runtime.Remoting.Messaging.MethodResponse
System.Runtime.Remoting.Messaging.ConstructionResponse
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: