CreateArgs: IForeNETRuntimeMethodArgs;
The CreateArgs method creates the collection of arguments, that are required to execute of this .NET method.
The number and types of arguments correspond to parameters of .NET method, with which it is declared.
The method use is given in the example for the Invoke method.
See also: