Mike1DPluginInfo Properties |
The Mike1DPluginInfo type exposes the following members.
Name | Description | |
---|---|---|
Arguments |
Plugin arguments, used when initialising the plugin, see Initialize(IListMike1DPluginArgument, Mike1DData) | |
AssemblyName |
Name of assembly that contains the plugin.
The name must contain the full path to the assembly file on the disc. It can also contain the fully qualified/long name of the assembly to load from the GAC (including Version, Culture and PublicKeyToken). | |
ClassName |
Name of class that implements the IMike1DPlugin interface.
Class name must include name space, i.e. on the form MyNameSpace.MySubNameSpace.MyPluginClass |