IForeClass

Assembly: Fore;

Namespace: Prognoz.Platform.Interop.Fore;

Description

The IForeClass interface is used to work with constructions that can be implemented in Fore assembly.

Inheritance Hierarchy

IForeClass

Comments

The interface provides getting information about classes, interfaces and enumerations. It is available to get assembly construction using the IForeAssembly.BindToClass or IForeAssembly.ClassItem method.

Properties

  Property name Brief description
ClassAccessSpecificatorKind The ClassAccessSpecificatorKind property returns construction access modifier.
ClassType The ClassType property returns construction type.
Name The Name property returns construction name.

Methods

  Method name Brief description
BindToMethod The BindToMethod method returns information about procedure/function with the specified name.
CreateObject The CreateObject method creates an instance of the current class object.
IsHaveClassOrInterface The IsHaveClassOrInterface method checks and returns whether the current construction is inherited from the specified class/interface.
SubItem The SubItem method returns information about procedure/function with the specified index.
SubsCount The SubsCount property returns the number of procedures or functions implemented in the current construction.

See also:

Fore Assembly Interfaces