Свойство | Type | Description | |
---|---|---|---|
FailedPlugins | List |
Méthode | Description | |
---|---|---|
PluginObsolete ( IAWBPlugin plugin ) : void | ||
PurgeFailedPlugins ( ) : void |
Méthode | Description | |
---|---|---|
ErrorHandlerAppendToErrorHandler ( ) : string | ||
GetAWBPluginList ( ) : List |
Gets a List of all the plugin names currently loaded
|
|
GetBasePluginList ( ) : List |
Gets a List of all the plugin names currently loaded
|
|
GetListMakerPluginList ( ) : List |
Gets a list of all the List Maker Plugins currently loaded
|
|
GetPluginVersionString ( IAWBBasePlugin plugin ) : string |
Gets the Version string of a IAWBBasePlugin
|
|
GetPluginVersionString ( IListMakerPlugin plugin ) : string |
Gets the Version string of a IListMakerPlugin
|
|
InitialisePlugin ( IAWBBasePlugin plugin, IAutoWikiBrowser awb ) : void |
Passes a reference of the main form to the plugin for initialisation
|
|
LoadPlugins ( IAutoWikiBrowser awb, string plugins, bool afterStartup ) : void |
Loads all the plugins from the directory where AWB resides
|
|
LoadPluginsStartup ( IAutoWikiBrowser awb, Splash splash ) : void |
Loads the plugin at startup, and updates the splash screen
|
|
Plugin ( ) | ||
PluginObsolete ( string name, string version ) : void |
public static PluginObsolete ( IAWBPlugin plugin ) : void | ||
plugin | IAWBPlugin | |
Résultat | void |
public static PurgeFailedPlugins ( ) : void | ||
Résultat | void |