PluginEventArgs Constructor

Constructs an instance of PluginEventArgs.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
protected PluginEventArgs(
	IPluginInitialMeta meta,
	IAppEnv appEnv
)

Parameters

meta  IPluginInitialMeta
Metadata of the plug-in being loaded.
appEnv  IAppEnv
Indicates that the plug-in is loaded from a user specific location, i.e. not from the standard installation directory of the program.

See Also