The IForeNETRuntimeObject interface contains base methods used to work with .NET object.
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: