ConstructionResponse Class
Implements the IConstructionReturnMessage interface to create a message that responds to a call to instantiate a remote object.
System.Runtime.Remoting.Messaging::MethodResponse
System.Runtime.Remoting.Messaging::ConstructionResponse
Assembly: mscorlib (in mscorlib.dll)
[SerializableAttribute] [ComVisibleAttribute(true)] [CLSCompliantAttribute(false)] [SecurityPermissionAttribute(SecurityAction::InheritanceDemand, Flags = SecurityPermissionFlag::Infrastructure)] public ref class ConstructionResponse : public MethodResponse, IConstructionReturnMessage, IMethodReturnMessage, IMethodMessage, IMessage
The ConstructionResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ConstructionResponse | Infrastructure. Initializes a new instance of the ConstructionResponse class from an array of remoting headers and a request message. |
| Name | Description | |
|---|---|---|
![]() | ArgCount | Infrastructure. Gets the number of arguments passed to the method. (Inherited from MethodResponse.) |
![]() | Args | Infrastructure. Gets an array of arguments passed to the method. (Inherited from MethodResponse.) |
![]() | Exception | Infrastructure. Gets the exception thrown during the method call, or nullptr if the method did not throw an exception. (Inherited from MethodResponse.) |
![]() | HasVarArgs | Infrastructure. Gets a value that indicates whether the method can accept a variable number of arguments. (Inherited from MethodResponse.) |
![]() | LogicalCallContext | Infrastructure. Gets the LogicalCallContext for the current method call. (Inherited from MethodResponse.) |
![]() | MethodBase | Infrastructure. Gets the MethodBase of the called method. (Inherited from MethodResponse.) |
![]() | MethodName | Infrastructure. Gets the name of the invoked method. (Inherited from MethodResponse.) |
![]() | MethodSignature | Infrastructure. Gets an object that contains the method signature. (Inherited from MethodResponse.) |
![]() | OutArgCount | Infrastructure. Gets the number of arguments in the method call marked as ref or out parameters. (Inherited from MethodResponse.) |
![]() | OutArgs | Infrastructure. Gets an array of arguments in the method call that are marked as ref or out parameters. (Inherited from MethodResponse.) |
![]() | Properties | Infrastructure. Gets an IDictionary interface that represents a collection of the remoting message's properties. (Overrides MethodResponse::Properties.) |
![]() | ReturnValue | Infrastructure. Gets the return value of the method call. (Inherited from MethodResponse.) |
![]() | TypeName | Infrastructure. Gets the full type name of the remote object on which the method call is being made. (Inherited from MethodResponse.) |
![]() | Uri | Infrastructure. Gets the Uniform Resource Identifier (URI) of the remote object on which the method call is being made. (Inherited from MethodResponse.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetArg | Infrastructure. Gets a method argument, as an object, at a specified index. (Inherited from MethodResponse.) |
![]() | GetArgName | Infrastructure. Gets the name of a method argument at a specified index. (Inherited from MethodResponse.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetObjectData | Infrastructure. The GetObjectData method is not implemented. (Inherited from MethodResponse.) |
![]() | GetOutArg | Infrastructure. Returns the specified argument marked as a ref parameter or an out parameter. (Inherited from MethodResponse.) |
![]() | GetOutArgName | Infrastructure. Returns the name of the specified argument marked as a ref parameter or an out parameter. (Inherited from MethodResponse.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HeaderHandler | Infrastructure. Initializes an internal serialization handler from an array of remoting headers that are applied to a method. (Inherited from MethodResponse.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RootSetObjectData | Infrastructure. Sets method information from serialization settings. (Inherited from MethodResponse.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | ExternalProperties | Infrastructure. Specifies an IDictionary interface that represents a collection of the remoting message's properties. (Inherited from MethodResponse.) |
![]() | InternalProperties | Infrastructure. Specifies an IDictionary interface that represents a collection of the remoting message's properties. (Inherited from MethodResponse.) |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
