IForeNETRuntimeMethod.CreateArgs

Syntax

CreateArgs: IForeNETRuntimeMethodArgs;

Description

The CreateArgs method creates the collection of arguments, that are required to execute of this .NET method.

Comments

The number and types of arguments correspond to parameters of .NET method, with which it is declared.

Example

The method use is given in the example for the Invoke method.

See also:

IForeNETRuntimeMethod