IPCBIWindowGetAllLoadedPlugIns Method

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

Definition

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

Return Value

DictionaryString, IPlugin
All loaded plugins.

Implements

InterfacePCBIWindowGetAllLoadedPlugIns

See Also