This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IJ > IJITExtensionManager Interface (ArcObjects .NET 10.5 SDK) |
Provides access to the Just In Time Extension Manager.
The IJITExtensionManager interface provides properties and methods for inserting, removing and managing JIT (just-in-time) extensions. JIT extensions are like standard extensions, however they are not started up at application startup, but only when they are required.
IJITExtensionManager is not normally called by client code.
See the About Extensions topics for more details on just-in-time extensions.
Description | ||
---|---|---|
InsertExtension | Adds an extension to the manager without initialization. | |
IsExtensionEnabled | Indicates whether the extension is currently checked on. | |
IsLoaded | Indicates whether the extension is currently loaded. | |
JITExtensionCLSID | Retrieves the CLSID of the JIT Extension at index. | |
JITExtensionCount | The number of just in time extensions registered with the application. | |
RemoveExtension | Removes a just in time extension from the manager. |
CoClasses and Classes | Description |
---|---|
ExtensionManager | Extension Manager - a singleton. |