IForeNETAssemblyModules.FindById

Syntax

FindById(Id: String): IForeNETAssemblyModule;

Parameters

Id: Identifier on which the search is based.

Description

The FindById method searches by ID and returns the parameters of .NET unit in case of a successful search.

Comments

This method searches for the identifier passed by the Id parameter. If the search is not successful, the method returns Null.

See also:

IForeNETAssemblyModules