| 
        public interface IMethodMessage : IMessage
       | 
| ArgCount | Read-only Gets the number of arguments passed to the method. | 
| Args | Read-only Gets an array of arguments passed to the method. | 
| HasVarArgs | Read-only Gets a value indicating whether the message has variable arguments. | 
| LogicalCallContext | Read-only Gets the LogicalCallContext for the current method call. | 
| MethodBase | Read-only Gets the MethodBase of the called method. | 
| MethodName | Read-only Gets the name of the invoked method. | 
| MethodSignature | Read-only Gets an object containing the method signature. | 
| TypeName | Read-only Gets the full Type name of the specific object that the call is destined for. | 
| Uri | Read-only Gets the URI of the specific object that the call is destined for. | 
| GetArg | Gets a specific argument as an Object. | 
| GetArgName | Gets the name of the argument passed to the method. | 
Hierarchy:
| 
            int ArgCount {get;}
           | 
| 
            object[] Args {get;}
           | 
| 
            bool HasVarArgs {get;}
           | 
| 
            LogicalCallContext LogicalCallContext {get;}
           | 
| 
            MethodBase MethodBase {get;}
           | 
| 
            string MethodName {get;}
           | 
| 
            object MethodSignature {get;}
           | 
| 
            string TypeName {get;}
           | 
| 
            string Uri {get;}
           | 
argNum
index