PluginInfo Constructor

Constructor of the Plug-in Information class.

Definition

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

Parameters

plugin  IPlugin
Plug-in implementation.
componentInfo  IComponentInfo
Information about the plug-in assembly.
location  String
Full name of the Plug-in main assembly file.
references  ListString
List of referenced assemblies existing in the same folder.
state  PluginState
Current state of the plug-in.

See Also