IPluginSingletonInitialize Method

Initializes the singleton after its instantiation by means of CreateInstance(Type).

Definition

Namespace: SMath.Extensibility
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
void Initialize(
	IPluginAppContext ctx
)

Parameters

ctx  IPluginAppContext
Application-specific information for the plug-in.

See Also