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
[read-only] | ArgCount | int.
Gets the number of arguments passed to the method. |
Args | object[].
Gets an array of arguments passed to the method. | |
[read-only] | HasVarArgs | bool.
Gets a value indicating whether the method can accept a variable number of arguments. |
[read-only] | InArgCount | int.
Gets the number of arguments in the method call that are not marked as out parameters. |
[read-only] | InArgs | object[].
Gets an array of arguments in the method call that are not marked as out parameters. |
[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 that contains the method signature. |
[read-only] | Properties | IDictionary.
An IDictionary that represents a collection of the remoting message's properties. |
[read-only] | TypeName | string.
Gets the full type name of the remote object on which the method call is being made. |
Uri | string.
Gets the Uniform Resource Identifier (URI) of the remote object on which the method call is being made. |