IForeAssemblyBinary.ObjectName

Syntax

ObjectName: String;

ObjectName: String;

Description

The ObjectName property returns name of the object which is an assembly.

Comments

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.

Fore and Fore.NET Examples

The example of use is given in description of the IForeRuntime.LoadAssembly method.

See also:

IForeAssemblyBinary