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

The methods 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 Methods

GetArg(int) : object

Gets a method argument, as an object, at a specified index.

GetArgName(int) : string

Gets the name of a method argument at a specified index.

GetOutArg(int) : object

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

GetOutArgName(int) : string

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