Mini SQL Query Extensibility Documentation
PluginLoaderBase Constructor (name, description)
NamespacesMiniSqlQuery.CorePluginLoaderBasePluginLoaderBase(String, String)
Creates a new instance of a plugin loader class.
Declaration Syntax
C#Visual BasicVisual C++
protected PluginLoaderBase(
	string name,
	string description
)
Protected Sub New ( _
	name As String, _
	description As String _
)
protected:
PluginLoaderBase(
	String^ name, 
	String^ description
)
Parameters
name (String)
The descriptive name of the plugin
description (String)
A brief description of the plugin.
Remarks
The RequestedLoadOrder defaults to 1000.

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