Method | Description | |
---|---|---|
ClosePlugins ( ) : void |
Unloads and Closes all AvailablePlugins
|
|
Feedback ( string Feedback, |
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
|
|
UserControlServices ( ) : System |
Method | Description | |
---|---|---|
AddPlugin ( string FileName ) : void |
public Feedback ( string Feedback, |
||
Feedback | string | String message for feedback |
Plugin | The plugin that called the feedback | |
return | void |
public FindPlugins ( string Path ) : void | ||
Path | string | Directory to search for Plugins in |
return | void |