The members of System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper are listed below.
See Also: Inherited members from System.Runtime.Remoting.Messaging.InternalMessageWrapper
[read-only] | ArgCount | int.
Gets the number of arguments passed to the method. |
Args | object[].
Gets an array of arguments passed to the method. | |
Exception | Exception.
Gets the exception thrown during the method call, or null if the method did not throw an exception. | |
[read-only] | HasVarArgs | bool.
Gets a flag that indicates whether the method can accept a variable number of arguments. |
[read-only] | LogicalCallContext | LogicalCallContext.
Gets the System.Runtime.Remoting.Messaging.LogicalCallContext for the current method call. |
[read-only] | MethodBase | System.Reflection.MethodBase.
Gets the System.Reflection.MethodBase of the called method. |
[read-only] | MethodName | string.
Gets the name of the invoked method. |
[read-only] | MethodSignature | object.
Gets an object that contains the method signature. |
[read-only] | OutArgCount | int.
Gets the number of arguments in the method call that are marked as ref parameters or out parameters. |
[read-only] | OutArgs | object[].
Gets an array of arguments in the method call that are marked as ref parameters or out parameters. |
[read-only] | Properties | IDictionary.
An IDictionary interface that represents a collection of the remoting message's properties. |
ReturnValue | object.
Gets the return value of the method call. | |
[read-only] | TypeName | string.
Gets the full type name of the remote object on which the method call is being made. |
Uri | string.
Gets the Uniform Resource Identifier (URI) of the remote object on which the method call is being made. |
GetArg(int)
| ||
GetArgName(int)
| ||
GetOutArg(int)
| ||
GetOutArgName(int)
|