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

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

Public Properties

[read-only]
ArgCountint.

Gets the number of arguments of the called method.

[read-only]
Argsobject[].

Gets a specified argument passed to the method called on the remote object.

[read-only]
ExceptionException.

Gets the exception that was thrown during the remote method call.

[read-only]
HasVarArgsbool.

Gets a value indicating whether the called method accepts a variable number of arguments.

[read-only]
LogicalCallContextLogicalCallContext.

Gets the System.Runtime.Remoting.Messaging.LogicalCallContext of the called method.

[read-only]
MethodBaseSystem.Reflection.MethodBase.

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

[read-only]
MethodNamestring.

Gets the name of the called method.

[read-only]
MethodSignatureobject.

Gets an array of Type objects containing the method signature.

[read-only]
OutArgCountint.

Gets the number of out or ref arguments on the called method.

[read-only]
OutArgsobject[].

Gets a specified object passed as an out or ref parameter to the called method.

[read-only]
PropertiesIDictionary.

Gets an IDictionary of properties contained in the current System.Runtime.Remoting.Messaging.ReturnMessage.

[read-only]
ReturnValueobject.

Gets the object returned by the called method.

[read-only]
TypeNamestring.

Gets the name of the type on which the remote method was called.

Uristring.

Gets or sets the URI of the remote object on which the remote method was called.