IForeNETMethodParams

Assembly: ForeNet;

Namespace: Prognoz.Platform.Interop.ForeNet;

Description

The IForeNETMethodParams interface is used to work with collection of parameters of custom .NET method.

Inheritance Hierarchy

IForeNETMethodParams

Comments

The collection of parameters can be obtained using the IForeNETMethod.Params property.

Properties

  Property name Brief description
Count The Count property returns the number of parameters in the collection.
Item The Item property returns parameter with the specified index.

See also:

ForeNet Assembly Interfaces