Provides access to the Just In Time Extension Manager.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Members
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 that implement IJITExtensionManager
CoClasses and Classes | Description |
---|---|
ExtensionManager | Extension Manager - a singleton. |