IPluginHandleEvaluation Interface

Base Evaluation Interface for SMath Studio Plug-ins.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public interface IPluginHandleEvaluation : IPlugin, 
	IDisposable
Implements
IPlugin, IDisposable

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
GetTermsHandled List of available terms, that plug-in can evaluate.
Initialize Occurs on initialization of the plug-in.
(Inherited from IPlugin)

See Also