Mike1DPluginInfo Class |
A Mike 1D plugin is a class implementing the IMike1DPlugin. To utilize such a class, the name of the class and the name of the assembly containing the class must be provided. Also a number of arguments to the assembly can be defined.
Namespace: DHI.Mike1D.Plugins
The Mike1DPluginInfo type exposes the following members.
Name | Description | |
---|---|---|
Mike1DPluginInfo | Initializes a new instance of the Mike1DPluginInfo class |
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 |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |