IPlugin Interface

Base-Interface

Definition

Namespace: PCBI.Plugin.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public interface IPlugin

Properties

Methods

InitEvents After loading the Plugin PCB-Investigator init all events and set the parent.
IsActionAllowed Ast plugin for handling of special ID_ActionItem or registrated IDs. default is return false.

See Also