IForeAssemblyBinary

Assembly: Fore;

Namespace: Prognoz.Platform.Interop.Fore;

Description

The IForeAssemblyBinary interface is used to work with assembly metadata.

Inheritance Hierarchy

IForeAssemblyBinary

Comments

Assembly metadata can be obtained using the IForeRuntime.LoadAssembly method.

Properties

  Property name Brief description
Builtin The Builtin property returns the correspondence attribute to development environment system assembly.
IsLoaded The IsLoaded property returns whether assembly is loaded to the execution environment.
Name The Name property returns assembly name.
Namespace_ The Namespace_ property returns identifier of container within the assembly is implemented.
ObjectName The ObjectName property returns name of the object which is an assembly.
References The References property returns a list of links to other assemblies.
TimeStamp The TimeStamp property returns date and time of the last assembly modification.
Version The Version property returns the internal assembly version of Foresight. Analytics Platform where development environment assembly is processed.

Methods

  Method name Brief description
CheckCompiled The CheckCompiled method checks assembly compilation.
GetMetadata The GetMetadata method returns assembly metadata in XML format.

See also:

Fore Assembly Interfaces