Mike1DPluginInfoAssemblyName Property |
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).
Namespace:
DHI.Mike1D.Plugins
Assembly:
DHI.Mike1D.Mike1DDataAccess (in DHI.Mike1D.Mike1DDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public string AssemblyName { get; set; }
Public Property AssemblyName As String
Get
Set
public:
property String^ AssemblyName {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also