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