The IMethodMessage type exposes the following members.
Methods
?
| Name | Description |
---|
| GetArg | Gets a specific argument as an Object. |
| GetArgName | Gets the name of the argument passed to the method. |
Properties
?
| Name | Description |
---|
| ArgCount | Gets the number of arguments passed to the method. |
| Args | Gets an array of arguments passed to the method. |
| HasVarArgs | Gets a value indicating whether the message has variable arguments. |
| LogicalCallContext | |
| MethodBase | |
| MethodName | Gets the name of the invoked method. |
| MethodSignature | Gets an object containing the method signature. |
| Properties | Gets an IDictionary that represents a collection of the message's properties. (Inherited from IMessage.) |
| TypeName | Gets the full Type name of the specific object that the call is destined for. |
| Uri | Gets the URI of the specific object that the call is destined for. |
See Also