Click or drag to resize

RelaxISPluginShouldDiscardPlugin Method

Called once after the plugin is initialized and after AfterStartupInitialization and signals to RelaxIS if the plugin should be used or discarded.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public virtual bool ShouldDiscardPlugin()

Return Value

Boolean
True if the plugin should be discarded, or false (default) if it should be used.
Remarks
This is for cases where the plugin is not usable on the current system and should be discarded from further use.
See Also