ForeNet > ForeNet Assembly Interfaces > IForeNETRuntimeAssembly
The IForeNETRuntimeAssembly interface contains properties and methods to work with the context of .NET assembly.
Property name | Brief description | |
![]() |
Form | The Form property returns the context of a specified .NET form, implemented in this assembly. |
![]() |
Name | The Name property returns the name of .NET assembly. |
![]() |
Runtime | The Runtime property returns the context of the application, within which the work with this .NET assembly is performed. |
![]() |
Type | The Type property returns the specified .NET type implemented within the current .NET assembly. |
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: