Mini SQL Query Extensibility Documentation
LoadPlugIn Method (plugIn)
NamespacesMiniSqlQuery.CoreApplicationServicesLoadPlugIn(IPlugIn)

[This is preliminary documentation and is subject to change.]

Loads the plugIn (calling its LoadPlugIn(ApplicationServices) method) and adds it to the Plugins dictionary for access by other services.
Declaration Syntax
C#Visual BasicVisual C++
public void LoadPlugIn(
	IPlugIn plugIn
)
Public Sub LoadPlugIn ( _
	plugIn As IPlugIn _
)
public:
void LoadPlugIn(
	IPlugIn^ plugIn
)
Parameters
plugIn (IPlugIn)
The plugin to load.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf plugIn is null.

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