ArcObjects Library Reference (System)  

IJITExtensionManager.JITExtensionCount Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the number of JIT extensions currently in the application. This does not include any ordinary extensions.

See Also

IJITExtensionManager Interface