IForeNETAssemblyModules.FindByKey

Syntax

FindByKey(Key: Integer): IForeNETAssemblyModule;

Parameters

Key: Key on which the search is based.

Description

The FindByKey method searches for the key and returns the parameters of .NET unit if the search is successful.

Comments

This method searches by the key passed by the Key parameter. If the search is not successful, the method returns Null.

See also:

IForeNETAssemblyModules