FindById(Id: String): IForeNETAssemblyReference;
Id is identifier of .NET assembly, link to which needs to be found among the link to the current assembly.
The FindById method searches the links to .NET assembly by identifier and returns parameters of the link in the case of successful search.
If the link to .NET assembly is not found, the method returns Null.
See also: