Exposes reload command via IPublicAPI

This commit is contained in:
Jeremy Wu
2019-10-06 13:44:38 +11:00
parent 9e69d01db7
commit 96660ebd2a

View File

@@ -62,6 +62,14 @@ namespace Wox.Plugin
/// </summary> /// </summary>
void SaveAppAllSettings(); void SaveAppAllSettings();
/// <summary>
/// Reloads any Plugins that have the
/// IReloadable implemented. It refeshes
/// Plugin's in memory data with new content
/// added by user.
/// </summary>
void ReloadPluginData();
/// <summary> /// <summary>
/// Show message box /// Show message box
/// </summary> /// </summary>