Shuts down the extension.
[Visual Basic 6.0]
Sub Shutdown
[Visual Basic .NET]
Public Sub Shutdown ( _
)
[C#] public void Shutdown ( );
[Java] public void shutdown ( ) throws IOException, AutomationException
[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.