This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IExtension Interface > IExtension.Shutdown Method (ArcObjects .NET 10.5 SDK) |
Shuts down the extension.
[Visual Basic .NET]
Public Sub Shutdown ( _
)
[C#] public void Shutdown ( );
[C++]
HRESULT Shutdown(
void
);
When implementing IExtension to create a custom extension, use the Shutdown method to perform some action when the extension gets unloaded.