IForeNETRuntimeObjectInstance
Description
The IForeNETRuntimeObjectInstance interface contains properties and methods used to work with instance of .NET object.
Properties
|
Property name |
Brief description |
|
Type |
The Type property returns the parameters of .NET type. |
Methods
|
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:
ForeNet Assembly Interfaces