PluginInfo Constructor
Constructor of the Plug-in Information class.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
public PluginInfo(
IPlugin plugin,
IComponentInfo componentInfo,
string location,
List<string> references,
PluginState state
)
Public Sub New (
plugin As IPlugin,
componentInfo As IComponentInfo,
location As String,
references As List(Of String),
state As PluginState
)
public:
PluginInfo(
IPlugin^ plugin,
IComponentInfo^ componentInfo,
String^ location,
List<String^>^ references,
PluginState state
)
new :
plugin : IPlugin *
componentInfo : IComponentInfo *
location : string *
references : List<string> *
state : PluginState -> PluginInfo
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.