Assembly: ForeNet;
Namespace: Prognoz.Platform.Interop.ForeNet;
The IForeNETMethods interface is used to work with a collection of .NET methods.
IForeNETMethods
The collection of .NET methods can be obtained, using the ISharedParamsEx.NETMethods property.
Property name | Brief description | |
Count | The Count property returns the number of .NET methods in the collection. | |
Item | The Item property returns parameters of the specified .NET method. |
Method Name | Brief description | |
Add | The Add method adds a new .NET method to the collection and returns its parameters. | |
Clear | The Clear method clears all .NET methods from collection. | |
FindByKey | The FindByKey method searches for .NET method in the collection based on its key and, if successful, returns its parameters. | |
Remove | The Remove method removes from collection a .NET method with the specified index. | |
RemoveByKey | The RemoveByKey method removes a .NET method with the specified key from the collection. |
See also: