IForeNETAssemblyReferences.FindByKey

Syntax

FindByKey(Key: Integer): IForeNETAssemblyReference

Parameters

Key is a key of .NET assembly, link to which needs to be found among the links of the current assembly.

Description

The FindByKey method searches the link to .NET assembly by key and returns parameters of the link in case of successful search.

Comments

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

See also:

IForeNETAssemblyReferences