System.Runtime.Remoting.Messaging.IMethodCallMessage.InArgs Property

Gets an array of arguments that are not marked as out parameters.

Syntax

public object[] InArgs { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Although the IMethodCallMessage.InArgs property is redundant since the same functionality can be achieved with the IMethodCallMessage.InArgCount and IMethodCallMessage.GetInArg(int) methods, there might be performance optimization available if the implementer understands when all the arguments will be retrieved.

Requirements

Namespace: System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0