The members of System.Runtime.Remoting.Messaging.IMethodMessage are listed below.
[read-only] | ArgCount | int.
Gets the number of arguments passed to the method. |
[read-only] | Args | object[].
Gets an array of arguments passed to the method. |
[read-only] | HasVarArgs | bool.
Gets a value indicating whether the message has variable arguments. |
[read-only] | LogicalCallContext | LogicalCallContext.
Gets the System.Runtime.Remoting.Messaging.LogicalCallContext for the current method call. |
[read-only] | MethodBase | System.Reflection.MethodBase.
Gets the System.Reflection.MethodBase of the called method. |
[read-only] | MethodName | string.
Gets the name of the invoked method. |
[read-only] | MethodSignature | object.
Gets an object containing the method signature. |
[read-only] | TypeName | string.
Gets the full Type name of the specific object that the call is destined for. |
[read-only] | Uri | string.
Gets the URI of the specific object that the call is destined for. |