IPluginMessageReceiver Interface

Get Messages from other plugins and PCB-Investigator.

Definition

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

Methods

ReceiveMessage The method is called from outside. E.g. one plugin send to a import library to import some data.

See Also