System.Runtime.Remoting.Messaging.IMethodMessage.Args Property

Gets an array of arguments passed to the method.

Syntax

public object[] Args { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Although the IMethodMessage.Args property is redundant since the same functionality can be achieved through the IMethodMessage.ArgCount and IMethodMessage.GetArg(int), 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