The IForeNETBuiltinAssemblies interface contains properties used to get information about platform system assemblies.
To get the information on assemblies, use the IForeNETAssemblyClass.BuiltinAssemblies property.
Property name | Brief description | |
BuiltinName | The BuiltinName property returns the name that is used to name the assembly within platform. | |
BuiltinToSystem | The BuiltinToSystem property returns full information of platform system assembly. | |
Count | The Count property returns the number of assemblies, that are available for use. | |
SystemName | The SystemName property returns the name that was used to register the assembly in GAC. | |
SystemToBuiltin | The SystemToBuiltin property returns the assembly name that is used to name it within platform. | |
Version | The Version property returns the version of platform assemblies. |
See also: