| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : GetPlugins Method |
public IEnumerable<PluginItem> GetPlugins()
Type: System.Collections.IEnumerable
Collection of plugins.
// get plugins var plugins = instance.GetPlugins(); // name of first plugin string name = ""; if (plugins != null) { if(plugins.Count() > 0) { name = plugins[0].Name; } }
Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven