Mini SQL Query Extensibility Documentation
UnloadPlugIn Method
NamespacesMiniSqlQuery.CorePluginLoaderBaseUnloadPlugIn()()()
Called as the application is shutting down.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void UnloadPlugIn()
Public Overridable Sub UnloadPlugIn
public:
virtual void UnloadPlugIn()
Remarks
In most cases there is probably no need to do anything here, all controls etc created will be disposed of implicitly. It would only be unmanaged references created explicitly by the plugin that would need removal or cleanup.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)