ArcObjects Library Reference (SystemUtility)  

IAssemblyLookup.GetAssembly Method

Returns the library name (or an empty string if not found) of the specified type.

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

[C++]
HRESULT GetAssembly(
  BSTR* sObjectName,
  BSTR* __MIDL__IAssemblyLookup0000
);
[C++]

Parameters

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

See Also

IAssemblyLookup Interface