PluginInfo Constructor

Constructor of the Plug-in Information class.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public PluginInfo(
	IPlugin plugin,
	AssemblyInfo info,
	string location,
	List<string> references,
	PluginState state
)

Parameters

plugin  IPlugin
Plug-in implementation.
info  AssemblyInfo
Information which is filled when the plug-in assembly is loaded.
location  String
Full name of the Plug-in main assembly file.
references  List<String>
List of referenced assemblies existing in the same folder.
state  PluginState
Current state of the plug-in.

See Also