IPluginHandleFileTypes Interface

Base File Types handler Interface for SMath Studio Plug-ins.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public interface IPluginHandleFileTypes : IPlugin, 
	IDisposable
Implements
IPlugin, IDisposable

Properties

FileTypesHandled Array of the file types, handled by Plug-in.

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable)
Initialize Fires on plug-in initialize.
(Inherited from IPlugin)

See Also