The IForeNETSystemAssemblyReference interface contains properties used to determine parameters of link to the system assembly.
The following assemblies are concerned to be system assemblies:
Platform system assemblies (AdoMd, Andy and so on).
Assemblies, registered in GAC (The .NET assembly tab in the settings of .NET assembly).
External libraries containing the implementation of .NET assemblies.
| Property name | Brief description | |
| AsString | The AsString property determines the full name of system assembly. | |
| FilePath | The FilePath property determines the path and name of the file, containing the implementation of .NET assembly. | |
| IsFile | The IsFile property returns whether the path and name of the file are used to indicate the link to the system assembly. | |
| SystemName | The SystemName property determines the system name of assembly. |
See also: