IForeNETAssemblyReferences.FindById

Syntax

FindById(Id: String): IForeNETAssemblyReference;

Parameters

Id is identifier of .NET assembly, link to which needs to be found among the link to the current assembly.

Description

The FindById method searches the links to .NET assembly by identifier and returns parameters of the link in the case of successful search.

Comments

If the link to .NET assembly is not found, the method returns Null.

See also:

IForeNETAssemblyReferences