IActionGetRegisteredItems Method

Get all registered items including internal items. You have plugins at the end and all ID_ActionItems at the beginning.

Definition

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

Return Value

DictionaryString, IRegisterItem
Combined list of all registrated actions.

See Also