C# Class ImageGlass.Plugins.PluginServices

Summary description for PluginServices.
Inheritance: IPluginHost
Show file Open project: d2phap/ImageGlass

Public Methods

Method 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

Method Description
AddPlugin ( string FileName ) : void

Method Details

ClosePlugins() public method

Unloads and Closes all AvailablePlugins
public ClosePlugins ( ) : void
return void

Feedback() public method

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
return void

FindPlugins() public method

Searches the Application's Startup Directory for Plugins
public FindPlugins ( ) : void
return void

FindPlugins() public method

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

PluginServices() public method

Constructor of the Class
public PluginServices ( ) : System
return System