IPlugin Interface

Base interface for the main class of any SMath Studio plug-in.

Instances of classes which implement IPlugin are created via IPluginSingleton and stored in ISessionProfile.Plugins.

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public interface IPlugin

See Also