public interface IMethodCallMessage : IMethodMessage, IMessage
|
InArgCount | Read-only Gets the number of arguments in the call that are not marked as out parameters. |
InArgs | Read-only Gets an array of arguments that are not marked as out parameters. |
GetInArg | Returns the specified argument that is not marked as an out parameter. |
GetInArgName | Returns the name of the specified argument that is not marked as an out parameter. |
Hierarchy:
int InArgCount {get;}
|
object[] InArgs {get;}
|
argNum
index