PluginEventArgs Constructor
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
protected PluginEventArgs(
IPluginInitialMeta meta,
IAppEnv appEnv
)
Protected Sub New (
meta As IPluginInitialMeta,
appEnv As IAppEnv
)
protected:
PluginEventArgs(
IPluginInitialMeta^ meta,
IAppEnv^ appEnv
)
new :
meta : IPluginInitialMeta *
appEnv : IAppEnv -> PluginEventArgs
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.