MethodReturnMessageWrapper Class
Implements the IMethodReturnMessage interface to create a message that acts as a response to a method call on a remote object.
System.Runtime.Remoting.Messaging::InternalMessageWrapper
System.Runtime.Remoting.Messaging::MethodReturnMessageWrapper
Assembly: mscorlib (in mscorlib.dll)
The MethodReturnMessageWrapper type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | MethodReturnMessageWrapper | Infrastructure. Wraps an IMethodReturnMessage to create a MethodReturnMessageWrapper. |
| Name | Description | |
|---|---|---|
![]() | ArgCount | Infrastructure. Gets the number of arguments passed to the method. |
![]() | Args | Infrastructure. Gets an array of arguments passed to the method. |
![]() | Exception | Infrastructure. Gets the exception thrown during the method call, or nullptr if the method did not throw an exception. |
![]() | HasVarArgs | Infrastructure. Gets a flag that indicates whether the method can accept a variable number of arguments. |
![]() | LogicalCallContext | Infrastructure. Gets the LogicalCallContext for the current method call. |
![]() | MethodBase | Infrastructure. Gets the MethodBase of the called method. |
![]() | MethodName | Infrastructure. Gets the name of the invoked method. |
![]() | MethodSignature | Infrastructure. Gets an object that contains the method signature. |
![]() | OutArgCount | Infrastructure. Gets the number of arguments in the method call that are marked as ref parameters or out parameters. |
![]() | OutArgs | Infrastructure. Gets an array of arguments in the method call that are marked as ref parameters or out parameters. |
![]() | Properties | Infrastructure. An IDictionary interface that represents a collection of the remoting message's properties. |
![]() | ReturnValue | Infrastructure. Gets the return value of the method call. |
![]() | TypeName | Infrastructure. Gets the full type name of the remote object on which the method call is being made. |
![]() | Uri | Infrastructure. Gets the Uniform Resource Identifier (URI) of the remote object on which the method call is being made. |
| 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. |
![]() | GetArgName | Infrastructure. Gets the name of a method argument at a specified index. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetOutArg | Infrastructure. Returns the specified argument marked as a ref parameter or an out parameter. |
![]() | GetOutArgName | Infrastructure. Returns the name of the specified argument marked as a ref parameter or an out parameter. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | WrappedMessage | Infrastructure. Represents the request or response IMethodMessage interface that is wrapped by the message wrapper. (Inherited from InternalMessageWrapper.) |
The MethodReturnMessageWrapper class is used by the remoting infrastructure of the .NET Framework. You do not need to create an instance of the MethodReturnMessageWrapper class directly; instead, use the IMethodReturnMessage interface.
The MethodReturnMessageWrapper class wraps remoting data for passing between message sinks. A remoting server sends a MethodReturnMessageWrapper message to a client in response to a client request.
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.
