The properties of System.Runtime.Remoting.Messaging.ReturnMessage are listed below. For a list of all members, see the ReturnMessage Members list.
See Also: Inherited members from System.Object
[read-only] | ArgCount | int.
![]() Gets the number of arguments of the called method. |
[read-only] | Args | object[].
![]() Gets a specified argument passed to the method called on the remote object. |
[read-only] | Exception | Exception.
![]() Gets the exception that was thrown during the remote method call. |
[read-only] | HasVarArgs | bool.
![]() Gets a value indicating whether the called method accepts a variable number of arguments. |
[read-only] | LogicalCallContext | LogicalCallContext.
![]() Gets the System.Runtime.Remoting.Messaging.LogicalCallContext of the called method. |
[read-only] | MethodBase | System.Reflection.MethodBase.
![]() Gets the System.Reflection.MethodBase of the called method. |
[read-only] | MethodName | string.
![]() Gets the name of the called method. |
[read-only] | MethodSignature | object.
![]() Gets an array of Type objects containing the method signature. |
[read-only] | OutArgCount | int.
![]() Gets the number of out or ref arguments on the called method. |
[read-only] | OutArgs | object[].
![]() Gets a specified object passed as an out or ref parameter to the called method. |
[read-only] | Properties | IDictionary.
![]() Gets an IDictionary of properties contained in the current System.Runtime.Remoting.Messaging.ReturnMessage. |
[read-only] | ReturnValue | object.
![]() Gets the object returned by the called method. |
[read-only] | TypeName | string.
![]() Gets the name of the type on which the remote method was called. |
Uri | string.
![]() Gets or sets the URI of the remote object on which the remote method was called. |