IPCBIWindowGetPlugInInstance Method

Check for the type, if the type is loaded and a instance is created the plugin will be returned.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public IPlugin GetPlugInInstance(
	Type t
)

Parameters

t  Type
type of the plugin

Return Value

IPlugin
the plugin or null

Implements

InterfacePCBIWindowGetPlugInInstance(Type)

See Also