The
methods
of System.Runtime.Remoting.Messaging.MethodCallMessageWrapper are listed below. For a list of all members, see the MethodCallMessageWrapper 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.
|
| GetInArg(int) : object
Gets a method argument at a specified index that is not marked as an out parameter.
|
| GetInArgName(int) : string
Gets the name of a method argument at a specified index that is not marked as an out parameter.
|