CreateBinding(TypeCount: Integer): IForeNETRuntimeMethodBinding;
TypeCount. Number of .NET types, that should be used to determine the binding.
If the specified number is less or equal to zero, than the created object is without binding to types of arguments. Only flags of search of overloaded method can be defined in the object.
The CreateBinding method creates the object that is used to determine search and binding parameters of .NET method with arguments, that will be used for method execution.
The configuration of method binding with types of arguments, so as the configuration of method flags, is required for correct search of overloaded method in the corresponding type.
The example of use is given in description of the CreateArgs method.
See also: