This document is archived and information here might be outdated. Recommended version. |
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(
System.Int32* 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.