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.JITExtensionCount Property (ArcObjects .NET 10.5 SDK) |
The number of just in time extensions registered with the application.
[Visual Basic .NET] Public ReadOnly Property JITExtensionCount As Integer
[C#] public int JITExtensionCount {get;}
[C++]
HRESULT get_JITExtensionCount(
long* pCount
);
[C++]
Parameters pCount [out, retval] pCount is a parameter of type long
Returns the number of JIT extensions currently in the application. This does not include any ordinary extensions.