Mini SQL Query Extensibility Documentation
PluginLoaderBase Class
NamespacesMiniSqlQuery.CorePluginLoaderBase

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

[Missing <summary> documentation for T:MiniSqlQuery.Core.PluginLoaderBase]

Declaration Syntax
C#Visual BasicVisual C++
public abstract class PluginLoaderBase : IPlugIn
Public MustInherit Class PluginLoaderBase _
	Implements IPlugIn
public ref class PluginLoaderBase abstract : IPlugIn
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PluginLoaderBase(String, String)
PluginLoaderBase(String, String, Int32)
Equals(Object) (Inherited from Object.)
Finalize()()() (Inherited from Object.)
GetHashCode()()() (Inherited from Object.)
GetType()()() (Inherited from Object.)
InitializePlugIn()()()
Must be implemented by the inheriting class. Called after the application has started.

LoadPlugIn(ApplicationServices)
Called when the plugins are loading during application startup. Stores the reference to services.

MemberwiseClone()()() (Inherited from Object.)
PluginDescription
PluginName
RequestedLoadOrder
A lame ordering system. Needs to be replaced with Windsor containter etc.

Services
A reference to the applications service manager.

ToString()()() (Inherited from Object.)
UnloadPlugIn()()()
Inheritance Hierarchy
Object
PluginLoaderBase

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