IPluginContainerInstance Property

Instance which is stored in the container.

  Important

It is guaranteed that Instance implements those and only those plug-in interfaces which are returned by TryGetInterfaceT(T) and GetInterfaceT. Unless the interface SMath.Extensibility.IPlugin is implemented by the related class in the plug-in assembly, Instance is because an internal wrapper class for legacy interface SMath.Manager.IPlugin implements all possible plug-in interfaces at once.

Definition

Namespace: SMath.Extensibility.Collections
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
IPlugin Instance { get; }

Property Value

IPlugin

See Also