IForeNETRuntimeForm

Description

The IForeNETRuntimeForm interface contains properties and methods used to work with the context of .NET forms, contained in .NET assemblies of platform.

Properties inherited from IForeNETRuntimeObjectInstance

  Property name Brief description
Type The Type property returns the parameters of .NET type.

Methods

  Method name Brief description
Show The Show method displays the window of the current .NET form.
ShowDialog The ShowDialog method shows the window of current .NET form modally relative to the current window and returns the result of the form execution.

Methods inherited from IForeNETRuntimeObjectInstance

  Method name Brief description
InvokeMethod The InvokeMethod method executes the type member and returns the result of execution.

Methods inherited from IForeNETRuntimeObject

  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