C# Class ImageGlass.Plugins.PluginServices

Summary description for PluginServices.
Inheritance: IPluginHost
Afficher le fichier Open project: d2phap/ImageGlass

Méthodes publiques

Méthode Description
ClosePlugins ( ) : void

Unloads and Closes all AvailablePlugins

Feedback ( string Feedback, IPlugin Plugin ) : void

Displays a feedback dialog from the plugin

FindPlugins ( ) : void

Searches the Application's Startup Directory for Plugins

FindPlugins ( string Path ) : void

Searches the passed Path for Plugins

PluginServices ( ) : System

Constructor of the Class

Private Methods

Méthode Description
AddPlugin ( string FileName ) : void

Method Details

ClosePlugins() public méthode

Unloads and Closes all AvailablePlugins
public ClosePlugins ( ) : void
Résultat void

Feedback() public méthode

Displays a feedback dialog from the plugin
public Feedback ( string Feedback, IPlugin Plugin ) : void
Feedback string String message for feedback
Plugin IPlugin The plugin that called the feedback
Résultat void

FindPlugins() public méthode

Searches the Application's Startup Directory for Plugins
public FindPlugins ( ) : void
Résultat void

FindPlugins() public méthode

Searches the passed Path for Plugins
public FindPlugins ( string Path ) : void
Path string Directory to search for Plugins in
Résultat void

PluginServices() public méthode

Constructor of the Class
public PluginServices ( ) : System
Résultat System