IAutomationSetPlugInIgnore Method
Sets if a plugin should be ignored and not loaded after next start
Value can only be used after creating an IPCBIWindow instance.
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public static void SetPlugInIgnore(
string PlugInName,
bool ignore
)
Public Shared Sub SetPlugInIgnore (
PlugInName As String,
ignore As Boolean
)
public:
static void SetPlugInIgnore(
String^ PlugInName,
bool ignore
)
static member SetPlugInIgnore :
PlugInName : string *
ignore : bool -> unit
Parameters
- PlugInName String
- The title of the PlugIn.
- ignore Boolean
- True if a plugin should be ignored and not loaded after next start