System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper: Property Members

The properties of System.Runtime.Remoting.Messaging.MethodReturnMessageWrapper are listed below. For a list of all members, see the MethodReturnMessageWrapper Members list.

See Also: Inherited members from System.Runtime.Remoting.Messaging.InternalMessageWrapper

Public Properties

[read-only]
ArgCountint.

Gets the number of arguments passed to the method.

Argsobject[].

Gets an array of arguments passed to the method.

ExceptionException.

Gets the exception thrown during the method call, or null if the method did not throw an exception.

[read-only]
HasVarArgsbool.

Gets a flag that indicates whether the method can accept a variable number of arguments.

[read-only]
LogicalCallContextLogicalCallContext.

Gets the System.Runtime.Remoting.Messaging.LogicalCallContext for the current method call.

[read-only]
MethodBaseSystem.Reflection.MethodBase.

Gets the System.Reflection.MethodBase of the called method.

[read-only]
MethodNamestring.

Gets the name of the invoked method.

[read-only]
MethodSignatureobject.

Gets an object that contains the method signature.

[read-only]
OutArgCountint.

Gets the number of arguments in the method call that are marked as ref parameters or out parameters.

[read-only]
OutArgsobject[].

Gets an array of arguments in the method call that are marked as ref parameters or out parameters.

[read-only]
PropertiesIDictionary.

An IDictionary interface that represents a collection of the remoting message's properties.

ReturnValueobject.

Gets the return value of the method call.

[read-only]
TypeNamestring.

Gets the full type name of the remote object on which the method call is being made.

Uristring.

Gets the Uniform Resource Identifier (URI) of the remote object on which the method call is being made.