Assembly: ForeNet ;
Namespace: Prognoz.Platform.Interop.ForeNet;
The IForeNETRuntimeMethods interface contains properties and methods used to work with collection of .NET methods, obtained from any .NET type description.
IForeNETRuntimeMethods
The collection of .NET methods can be obtained using the IForeNETRuntimeType.Methods 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 | |
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: