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 > IJITExtensionManager.InsertExtension Method (ArcObjects .NET 10.5 SDK) |
Adds an extension to the manager without initialization.
[Visual Basic .NET] Public Sub InsertExtension ( _ ByVal pExtCLSID As UID, _ ByVal pExtension As IExtension _ )
[C#] public void InsertExtension ( UID pExtCLSID, IExtension pExtension );
[C++]
HRESULT InsertExtension(
IUID* pExtCLSID,
IExtension* pExtension
);
[C++]
Parameters pExtCLSID [in]
pExtCLSID is a parameter of type IUID pExtension [in]
pExtension is a parameter of type IExtension
Adds the specified JIT extension to the ExtensionManager. Note that a JIT extension will be loaded the first time that IApplication::FindExtensionByCLSID is called for that extension.