ForeNet > ForeNet Assembly Interfaces > IForeNETRuntimeObjectInstance
The IForeNETRuntimeObjectInstance interface contains properties and methods used to work with instance of .NET object.
Property name | Brief description | |
![]() |
Type | The Type property returns the parameters of .NET type. |
Method name | Brief description | |
![]() |
InvokeMethod | The InvokeMethod method executes the type member and returns the result of execution. |
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: