The
methods
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 Methods
| GetArg(int) : object
Returns a specified argument passed to the remote method during the method call.
|
| GetArgName(int) : string
Returns the name of a specified method argument.
|
| GetOutArg(int) : object
Returns the object passed as an out or ref parameter during the remote method call.
|
| GetOutArgName(int) : string
Returns the name of a specified out or ref parameter passed to the remote method.
|
override | ToString() : stringDocumentation for this section has not yet been entered. |