System.Runtime.Remoting.Messaging.IMethodReturnMessage Members

The members of System.Runtime.Remoting.Messaging.IMethodReturnMessage are listed below.

Public Properties

[read-only]
ExceptionException.

Gets the exception thrown during the method call.

[read-only]
OutArgCountint.

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

[read-only]
OutArgsobject[].

Returns the specified argument marked as a ref or an out parameter.

[read-only]
ReturnValueobject.

Gets the return value of the method call.

Public Methods

GetOutArg(int) : object

Returns the specified argument marked as a ref or an out parameter.

GetOutArgName(int) : string

Returns the name of the specified argument marked as a ref or an out parameter.