.NET Assemblies Frequently Asked Questions
How can I export.NET Hydra Plugins as ordinal C# DLL libraries?
Hydra .NET Modules are, essentially, Class Libraries. The base VisualPlugin class is inherited from .NET's UserControl
, and implements all required stuff, so that you can easily create visual plugins (the same applies to non-visual plugins, which inherit the System.ComponentModel.Component
)