ArcObjects Library Reference (SystemUtility)  

IAssemblyLookup.Exists Method

Indicates if a library of the specified name exists in the collection of type libraries.

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

[C++]
HRESULT Exists(
  BSTR* sAssemblyName,
  VARIANT_BOOL* __MIDL__IAssemblyLookup0001
);
[C++]

Parameters

sAssemblyName [in, out]   sAssemblyName is a parameter of type BSTR __MIDL__IAssemblyLookup0001 [out, retval]   __MIDL__IAssemblyLookup0001 is a parameter of type VARIANT_BOOL

See Also

IAssemblyLookup Interface