The IForeNETSystemAssemblyEnum interface contains methods used to work with enumeration of system assemblies, registered in GAC.
To get the enumeration of system assemblies, the IForeNETAssemblyClass.CreateSystemAssemblyEnum method is used. Use a cycle to work with the While enumeration.
| Method name | Brief description | |
| Clone | The Clone method creates a copy of the enumeration of system assemblies, registered in GAC. | |
| GetNext | The GetNext method implements transition to the next element of the enumeration. |
See also: