IForeNETRuntimeMethods

Assembly: ForeNet ;

Namespace: Prognoz.Platform.Interop.ForeNet;

Description

The IForeNETRuntimeMethods interface contains properties and methods used to work with collection of .NET methods, obtained from any .NET type description.

Inheritance hierarchy

          IForeNETRuntimeObject

          IForeNETRuntimeMethods

Comments

The collection of .NET methods can be obtained using the IForeNETRuntimeType.Methods property.

Properties

  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.

Methods inherited from IForeNETRuntimeObject

  Method name Brief description
Finalize The Finalize method releases the resources, that are used by the object before its destruction.
GetType The GetType method returns the parameters of type, that is the parent for this object.

See also:

ForeNet Assembly Interfaces