Click or drag to resize

Mike1DPluginInfo Properties

The Mike1DPluginInfo type exposes the following members.

Properties
  NameDescription
Public propertyArguments
Public propertyAssemblyName
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).

Public propertyClassName
Name of class that implements the IMike1DPlugin interface.

Class name must include name space, i.e. on the form

MyNameSpace.MySubNameSpace.MyPluginClass

Top
See Also