InterfacePCBIWindowGetAllLoadedPlugIns Method

Create a list of all loaded plugins with name of plugins as keys.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Dictionary<string, IPlugin> GetAllLoadedPlugIns()

Return Value

DictionaryString, IPlugin
All loaded plugins.

See Also