ObjectName: String;
The ObjectName property returns name of the object which is an assembly.
For system assemblies the property returns library path and name where assembly implementation is located. For repository custom assemblies, the property returns identifier and key.
The example of use is given in description of the IForeRuntime.ResolveAssembly method.
See also: