ArcObjects Library Reference (SystemUtility)  

IAssemblyLookup Interface

Provides facilities to find the type library for a given type amongst a collection of type libraries.

Members

Description
Method Exists Indicates if a library of the specified name exists in the collection of type libraries.
Method GetAssembly Returns the library name (or an empty string if not found) of the specified type.
Method GetNames Returns a VB6 collection of the type libraries.
Method GUIDFromName Returns a GUID for the specified type library name.
Method IsOCXLib Indicates if the specified library is from an ActiveX control.
Method NameFromGUID Returns a type library name for the specified GUID.