System.Runtime.Remoting.Messaging.MethodCallMessageWrapper: Property Members

The properties 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 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.