| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : ShowPlugin Method |
Type: ZennoLab.CommandCenter.PluginItem
Plugin object for showing. If it not exist in plugins collection, it will be added to colllection.
public void ShowPlugin( PluginItem plugin )
Type: ZennoLab.CommandCenter.PluginItem
Plugin object for showing. If it not exist in plugins collection, it will be added to colllection.
// create plugin item var plugin = new ZennoLab.CommandCenter.PluginItem("Plugin name", "PluginFile.dll", "It is description of plugin", "15.0.0.3"); // add and show plugin instance.ShowPlugin(plugin);
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.