Assembly: Fore;
The IForeAssembly interface is used to work with assembly's structures.
IForeAssembly
Getting access to the current interface for further work with assembly structures 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 structure 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: