System.Runtime.Remoting.Messaging.IMethodCallMessage Members

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

Public Properties

[read-only]
InArgCountint.

Gets the number of arguments in the call that are not marked as out parameters.

[read-only]
InArgsobject[].

Gets an array of arguments that are not marked as out parameters.

Public Methods

GetInArg(int) : object

Returns the specified argument that is not marked as an out parameter.

GetInArgName(int) : string

Returns the name of the specified argument that is not marked as an out parameter.