ArcObjects Library Reference (SystemUtility)  

IAssemblyLookup2.GetAssemblies Method

Returns a VB array of library names to which the specified type belongs. Returns a single empty string element if no library is found.

ERROR: Syntax information about IAssemblyLookup2.GetAssemblies may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.SystemUtility.dll

[C++]
HRESULT GetAssemblies(
  BSTR* sObjectName,
  VARIANT* __MIDL__IAssemblyLookup20000
);
[C++]

Parameters

sObjectName [in, out]   sObjectName is a parameter of type BSTR __MIDL__IAssemblyLookup20000 [out, retval]   __MIDL__IAssemblyLookup20000 is a parameter of type VARIANT

See Also

IAssemblyLookup2 Interface