DefaultPluginSingletonAttribute Constructor

Marks any implementation of IPlugin which does not have a related explicit implementation of IPluginSingleton so it depends on the default implementation of IPluginSingleton instead.

  Tip

This attribute can be omitted if IPluginSingleton is never implemented in the plug-in assembly.

Definition

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

See Also