Assembly: Fore;
The IForeAssemblyBinary interface is used to work with assembly metadata.
IForeAssemblyBinary
Assembly metadata can be obtained, using the IForeRuntime.ResolveAssembly method.
Property name | Brief description | |
Builtin | The Builtin property returns the correspondence attribute to development environment system assembly. | |
HiddenReferences | The HiddenReferences property returns an array of hidden links. | |
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. |
Method name | Brief description | |
CheckCompiled | The CheckCompiled method checks assembly compilation. | |
GetMetadata | The GetMetadata method returns assembly metadata in XML format. | |
The GetReferenceTimeStamp method gets the assembly compilation date and time to which there is a link in the current assembly. |
See also: