System.Runtime.Remoting.Messaging.MethodCallMessageWrapper Members

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

See Also: Inherited members from System.Runtime.Remoting.Messaging.InternalMessageWrapper

Public Constructors

Public Properties

[read-only]
ArgCountint.

Gets the number of arguments passed to the method.

Argsobject[].

Gets an array of arguments passed to the method.

[read-only]
HasVarArgsbool.

Gets a value indicating whether the method can accept a variable number of arguments.

[read-only]
InArgCountint.

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

[read-only]
InArgsobject[].

Gets an array of arguments in the method call that are not marked as out parameters.

[read-only]
LogicalCallContextLogicalCallContext.

Gets the System.Runtime.Remoting.Messaging.LogicalCallContext for the current method call.

[read-only]
MethodBaseSystem.Reflection.MethodBase.

Gets the System.Reflection.MethodBase of the called method.

[read-only]
MethodNamestring.

Gets the name of the invoked method.

[read-only]
MethodSignatureobject.

Gets an object that contains the method signature.

[read-only]
PropertiesIDictionary.

An IDictionary that represents a collection of the remoting message's properties.

[read-only]
TypeNamestring.

Gets the full type name of the remote object on which the method call is being made.

Uristring.

Gets the Uniform Resource Identifier (URI) of the remote object on which the method call is being made.

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.