This document is archived and information here might be outdated. Recommended version. |
Removes a just in time extension from the manager.
[Visual Basic .NET] Public Sub RemoveExtension ( _ ByVal pExtension As IExtension _ )
[C#] public void RemoveExtension ( IExtension pExtension );
[C++]
HRESULT RemoveExtension(
IExtension* pExtension
);
[C++]
Parameters pExtension [in]
pExtension is a parameter of type IExtension*
Removed the specified JIT extension from the ExtensionManager.