This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJITExtensionManager Interface > IJITExtensionManager.IsLoaded Method (ArcObjects .NET 10.4 SDK) |
Indicates whether the extension is currently loaded.
[Visual Basic .NET] Public Function IsLoaded ( _ ByVal pID As UID _ ) As Boolean
[C#] public bool IsLoaded ( UID pID );
[C++]
HRESULT IsLoaded(
IUID* pID,
VARIANT_BOOL* bLoaded
);
[C++]
Parameters pID [in]
pID is a parameter of type IUID bLoaded [out, retval] bLoaded is a parameter of type VARIANT_BOOL
Indicates whether the specified JIT extension is loaded. A JIT extension will be loaded the first time that IApplication::FindExtensionByCLSID is called for that extension. Use the JITExtensionCLSID property to get the UID of the extension.