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.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public virtual bool ShouldDiscardPlugin()
Public Overridable Function ShouldDiscardPlugin As Boolean
Dim instance As RelaxISPlugin
Dim returnValue As Boolean
returnValue = instance.ShouldDiscardPlugin()
Return Value
BooleanTrue 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