System.Runtime.Remoting.Messaging.IMethodMessage Members

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

Public Properties

[read-only]
ArgCountint.

Gets the number of arguments passed to the method.

[read-only]
Argsobject[].

Gets an array of arguments passed to the method.

[read-only]
HasVarArgsbool.

Gets a value indicating whether the message has variable arguments.

[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 containing the method signature.

[read-only]
TypeNamestring.

Gets the full Type name of the specific object that the call is destined for.

[read-only]
Uristring.

Gets the URI of the specific object that the call is destined for.

Public Methods

GetArg(int) : object

Gets a specific argument as an object.

GetArgName(int) : string

Gets the name of the argument passed to the method.