Mini SQL Query Extensibility Documentation
ApplicationServices Class
NamespacesMiniSqlQuery.CoreApplicationServices

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

The core services of the application (singleton).
Declaration Syntax
C#Visual BasicVisual C++
public class ApplicationServices
Public Class ApplicationServices
public ref class ApplicationServices
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ApplicationServices()()()
Equals(Object) (Inherited from Object.)
Finalize()()() (Inherited from Object.)
GetHashCode()()() (Inherited from Object.)
GetType()()() (Inherited from Object.)
HostWindow
The application host window.

InitializePlugIns()()()
Initializes the plugins that have been loaded during application startup.

Instance
A reference to the singleton instance of the services for this application.

LoadPlugIn(IPlugIn)
Loads the plugIn (calling its LoadPlugIn(ApplicationServices) method) and adds it to the Plugins dictionary for access by other services.

MemberwiseClone()()() (Inherited from Object.)
Plugins
A dictionary of the current plugins for this application.

Settings
The application settings instance.

ToString()()() (Inherited from Object.)
Inheritance Hierarchy
Object
ApplicationServices

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