PluginsManager class, provides plugins functions
More...
| static bool NoteFly.PluginsManager.DisablePlugin |
( |
string |
dllfilename | ) |
|
|
static |
- Parameters
-
| dllfilename | The plugin .dll file filename. |
- Returns
- Return true if dll filename was found and plugin is disabled.
| static void NoteFly.PluginsManager.EnablePlugin |
( |
string |
dllfilename | ) |
|
|
static |
- Parameters
-
| dllfilename | The current list with loaded plugins |
| static string [] NoteFly.PluginsManager.GetDllFilesFolder |
( |
string |
folder | ) |
|
|
staticprivate |
- Returns
- All dll filenames as string array
| static string [] NoteFly.PluginsManager.GetInstalledPlugins |
( |
| ) |
|
|
static |
- Returns
- An array with installed plugin names.
| static short [] NoteFly.PluginsManager.GetIPluginVersion |
( |
| ) |
|
|
static |
- Returns
- Array with version numbers major, minor and release numbers.
| static string NoteFly.PluginsManager.GetPluginAuthor |
( |
Assembly |
pluginassembly | ) |
|
|
static |
- Parameters
-
| pluginassembly | The plugin assembly |
- Returns
- The author or company of the plugin
| static string NoteFly.PluginsManager.GetPluginDescription |
( |
Assembly |
pluginassembly | ) |
|
|
static |
- Parameters
-
| pluginassembly | The plugin assembly |
- Returns
- The description of the plugin
| static string NoteFly.PluginsManager.GetPluginName |
( |
Assembly |
pluginassembly | ) |
|
|
static |
- Parameters
-
| pluginassembly | The plugin assembly |
- Returns
- The name of the plugin
| static string NoteFly.PluginsManager.GetPluginVersion |
( |
Assembly |
pluginassembly | ) |
|
|
static |
- Parameters
-
| pluginassembly | The plugin assembly |
- Returns
- The version of the plugin as string
| static short [] NoteFly.PluginsManager.GetPluginVersionByName |
( |
string |
pluginname | ) |
|
|
static |
- Parameters
-
| pluginname | The name of the plugin |
- Returns
- An array with the major, minor and release version numbers.
| static bool NoteFly.PluginsManager.IsPluginEnabled |
( |
string |
dllfilename | ) |
|
|
static |
- Parameters
-
| dllfilename | The plugin dll file |
- Returns
- True if plugin is enabled.
| static bool NoteFly.PluginsManager.IsPluginFileExcluded |
( |
string |
dllfilename | ) |
|
|
staticprivate |
- Parameters
-
| dllfilename | The dll filename without path |
- Returns
- True if it's excluded
| static void NoteFly.PluginsManager.LoadPlugins |
( |
| ) |
|
|
static |
| static void NoteFly.PluginsManager.SaveEnabledPlugins |
( |
| ) |
|
|
static |
| static bool NoteFly.PluginsManager.UpdatePluginReplaceFiles |
( |
| ) |
|
|
static |
| string [] NoteFly.PluginsManager.excludedplugindlls |
|
staticprivate |
| List<string> NoteFly.PluginsManager.installedplugins = new List<string>() |
|
staticprivate |
| string [] NoteFly.PluginsManager.InstalledPlugins |
|
staticget |