IForeNETRuntimeMethodArgs.ValueObject

Syntax

ValueObject(Index: Integer): IForeNETRuntimeObject;

Parameters

Index. Index of the argument for which value must be specified.

Description

The ValueObject property determines the object, passed as value of specified argument.

Comments

Either the object received from any .NET assembly, or the object being a result of execution of any .NET method after conversion with the IForeNETRuntime.VariantToObject method, could be specified as the value of this property. The object should have a type with which the binding, used while overloaded method search in the IForeNETRuntimeType.Method property, is set.

Example

See also:

IForeNETRuntimeMethodArgs