Fore > Fore Assembly Interfaces > IForeAssembly
Assembly: Fore;
Namespace: Prognoz.Platform.Interop.Fore;
The IForeAssembly interface is used to work with assemblies constructions.
IForeAssembly
Getting access to current interface for further work with assembly constructions is available using the IForeRuntime.BindToAssembly method.
Method name | Brief description | |
![]() |
BindToClass | The BindToClass method returns information about class/interface/enumeration with the specified name. |
![]() |
BindToSub | The BindToSub method returns information about procedure/function with the specified name. |
![]() |
ClassesCount | The ClassesCount method returns the number of classes/interfaces/enumerations implemented in assembly. |
![]() |
ClassItem | The ClassItem method returns information about assembly construction with the specified index. |
![]() |
SubItem | The SubItem method returns information about procedure/function with the specified index. |
![]() |
SubsCount | The SubsCount method returns the number of procedures/functions implemented in global assembly namespace. |
See also: