메소드 | 설명 | |
---|---|---|
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
|
메소드 | 설명 | |
---|---|---|
AddPlugin ( string FileName ) : void |
public Feedback ( string Feedback, IPlugin Plugin ) : void | ||
Feedback | string | String message for feedback |
Plugin | IPlugin | The plugin that called the feedback |
리턴 | void |
public FindPlugins ( string Path ) : void | ||
Path | string | Directory to search for Plugins in |
리턴 | void |